/* ==========================================================================
   Shopify inner page — page-scoped styles
   Diverges from the homepage visual language enough to warrant its own
   stylesheet (see references/CONTEXT.md → "Inner pages").
   ========================================================================== */

.shopify_service-hero,
.shopify_service-hiring {
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------------------------------------
   Hero
   --------------------------------------------------------------------- */
.shopify_service-hero {
  padding-block: 56px 72px;
  background-color: #02000b;
}

.shopify_service-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
img.sserv-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}
.shopify_service-hero__bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 0, 16, 0.55) 0%, rgba(2, 0, 16, 0.75) 45%, #020010 100%),
    rgba(1, 0, 16, 0.35);
    opacity: 0.8;
}

.shopify_service-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.shopify_service-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 599px;
}

.shopify_service-hero__eyebrow {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin-bottom: 14px;
}

.shopify_service-hero__heading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: clamp(32px, 9vw, 40px);
  line-height: 1.12;
  color: var(--color-text-light);
  margin-bottom: 18px;
}

.shopify_service-hero__desc {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 44ch;
}

/* ---------------------------------------------------------------------
   Hero — client review card (mirrors .ecom-hero__review in
   css/ecommerce-development.css, page-scoped classes, same shared assets)
   --------------------------------------------------------------------- */
.shopify_service-hero__review {
    align-self: center;
    width: 100%;
    max-width: 455px;
    margin-top: 8px;
    border: 15px solid #ac82c754;
    border-radius: 30px;
}

.shopify_service-hero__review-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: clamp(16px, 4vw, 38px) clamp(14px, 4vw, 38px) clamp(12px, 3.4vw, 18px);
}

.shopify_service-hero__review-stars {
  display: block;
  margin-inline: auto;
  width: clamp(84px, 21vw, 112px);
  height: clamp(14px, 3.5vw, 19px);
}

.shopify_service-hero__review-quote {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: clamp(15px, 4vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.89px;
    color: #333333;
    text-align: center;
    margin-top: 14px;
}

.shopify_service-hero__review-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    justify-content: center;
}

.shopify_service-hero__review-avatar {
  width: clamp(56px, 14vw, 79px);
  height: clamp(56px, 14vw, 79px);
  border: 1px solid #aeaeae;
  border-radius: 4.5px;
  object-fit: cover;
  flex-shrink: 0;
}

.shopify_service-hero__review-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.shopify_service-hero__review-logo {
  height: 18px;
  width: auto;
  margin-bottom: 8px;
  max-width: fit-content;
}

.shopify_service-hero__review-name {
  font-family: var(--font-mono-label);
  font-weight: 600;
  font-size: clamp(15px, 3.6vw, 18px);
  color: #333333;
  letter-spacing: 0.02em;
}

.shopify_service-hero__review-role {
  font-family: var(--font-mono-label);
  font-weight: 300;
  font-size: clamp(11px, 2.6vw, 13px);
  color: #4e4e4e;
}

.shopify_service-hero__review-source {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--font-mono-label);
  font-weight: 600;
  font-size: clamp(11px, 2.6vw, 13px);
  letter-spacing: 0.02em;
  color: #929292;
}

.shopify_service-hero__review-source img {
  width: 62px;
  height: 17px;
}

/* ---------------------------------------------------------------------
   Hero — platform tag strip (mirrors .ecom-hero__platforms)
   --------------------------------------------------------------------- */
.shopify_service-hero__platforms {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(188, 119, 255, 0.28);
  margin-top: 32px;
}

.shopify_service-hero__platforms li {
  flex: 1 1 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 62px;
  padding: 8px;
  border: 1px solid rgba(188, 119, 255, 0.28);
  border-top: none;
  margin-left: -1px;
  margin-top: -1px;
}

.shopify_service-hero__platforms img {
  height: 24px;
  width: auto;
  max-width: 24px;
  flex-shrink: 0;
}

.shopify_service-hero__platforms span {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 11.2px;
  color: #d7ccdd;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .shopify_service-hero__platforms li {
    flex-basis: 50%;
  }
}

/* ---------------------------------------------------------------------
   Hiring models
   --------------------------------------------------------------------- */
.shopify_service-hiring {
  padding-block: 64px 64px;
  background-color: #02000b;
}

.shopify_service-hiring__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(60% 70% at 50% 0%, rgba(120, 60, 200, 0.22), transparent 65%);
}

.shopify_service-hiring__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-hiring__intro {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 32px;
}

.shopify_service-hiring__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin-bottom: 14px;
}

.shopify_service-hiring__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.04;
  letter-spacing: -2px;
  color: var(--color-text-light);
}

.shopify_service-hiring__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 46ch;
  margin: 16px auto 0;
}

.shopify_service-hiring__subheading p {
  margin: 0;
}

.shopify_service-hiring__subheading a {
  color: inherit;
  text-decoration: underline;
}

.shopify_service-hiring__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.shopify_service-hiring-card {
  background: linear-gradient(180deg, #10031b 2%, #0b0016 100%);
  border: 1px solid transparent;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shopify_service-hiring-card:hover,
.shopify_service-hiring-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(185, 108, 255, 0.5);
  box-shadow: 0 16px 32px rgba(120, 60, 200, 0.2);
}

.shopify_service-hiring-card__bar {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #b96cff;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.shopify_service-hiring-card:hover .shopify_service-hiring-card__bar,
.shopify_service-hiring-card:focus-within .shopify_service-hiring-card__bar {
  width: 56px;
  background-color: #d4a3ff;
}

.shopify_service-hiring-card__title {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #f5f5f7;
  line-height: 1.3;
}

.shopify_service-hiring-card__desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: rgba(255, 255, 255, 0.8);
}

/* ---------------------------------------------------------------------
   Shopify Development Services — 4-card illustrated grid
   --------------------------------------------------------------------- */
.shopify_service-services {
  background-color: #02000b;
  padding-block: 56px 64px;
}

.shopify_service-services__inner {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-services__header {
    text-align: center;
    max-width: 988px;
    margin: 0 auto 40px;
}

.shopify_service-services__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin: 0 0 14px;
}

.shopify_service-services__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.04;
  letter-spacing: -2px;
  color: var(--color-text-light);
  margin: 0;
}

.shopify_service-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
}

.shopify_service-service-card {
    background: #0F0821;
    border: 1px solid rgba(185, 108, 255, 0.24);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shopify_service-service-card:hover,
.shopify_service-service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(185, 108, 255, 0.55);
  box-shadow: 0 16px 32px rgba(120, 60, 200, 0.2);
}

.shopify_service-service-card__media {
    width: 100%;
    aspect-ratio: 345.6 / 380.76;
    border-radius: 14px;
    overflow: hidden;
    background-color: #1C162D;
}

.shopify_service-service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shopify_service-service-card__tag {
    font-family: var(--font-mono-label);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.86px;
    text-transform: uppercase;
    color: #CAB5FF;
    margin: 12px 0 0;
}

.shopify_service-service-card__title {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0;
}

.shopify_service-service-card__desc {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

@media (min-width: 768px) {
  .shopify_service-services {
    padding-block: 88px 96px;
  }

  .shopify_service-services__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
  }
}

@media (min-width: 1024px) {
  .shopify_service-services {
    padding-block: 120px;
  }

  .shopify_service-services__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

.shopify_service-services__heading {
    font-size: 76px;
    line-height: 78.3px;
    letter-spacing: -3.46px;
}

  .shopify_service-services__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
  }

  .shopify_service-service-card {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .shopify_service-services__inner {
    padding-inline: var(--container-padding-inline);
  }
}

/* ---------------------------------------------------------------------
   Tablet — 768px to 1023px, treated as its own layout, not shrunk desktop
   --------------------------------------------------------------------- */
@media (min-width: 768px) {
.shopify_service-hero__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 56px;
}

  .shopify_service-hero__text {
    flex: 1 1 100%;
  }

  .shopify_service-hero__review {
    align-self: flex-start;
    margin-left: auto;
    margin-top: -12px;
  }

  .shopify_service-hero__platforms {
    flex: 1 1 100%;
  }

  .shopify_service-hero__heading {
    font-size: clamp(40px, 6vw, 52px);
  }

  .shopify_service-hiring__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-hiring {
    padding-block: 88px 96px;
  }

  .shopify_service-hiring__grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
  }

  .shopify_service-hiring-card {
    padding: 40px 32px;
  }
}

/* ---------------------------------------------------------------------
   Desktop — 1024px and up, matches Figma desktop reference
   --------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .shopify_service-hiring {
    padding-block: 120px;
}

  .shopify_service-hero {
    padding-block: 0;
  }

  .shopify_service-hero__inner {
    padding-top: 78px;
    padding-bottom: 90px;
}

.shopify_service-hero__text {
    flex: 1 1 420px;
    min-width: 0;
    max-width: 599px;
}

.shopify_service-hero__review {
    align-self: flex-start;
    margin-top: -10px;
    flex: 1 1 340px;
    width: auto;
    min-width: 0;
    margin-right: 90px;
}

  .shopify_service-hero__platforms {
    flex-basis: 100%;
    margin-top: 71px;
  }

  .shopify_service-hero__platforms li {
    flex: 1 1 0;
  }

  .shopify_service-hero__eyebrow {
    font-weight: 600;
    margin-bottom: 18px;
  }

  .shopify_service-hero__heading {
    font-size: 64px;
    line-height: 1.125;
  }

  .shopify_service-hero__desc {
    font-size: 25px;
    line-height: 1.6;
    max-width: none;
  }

  .shopify_service-hiring__intro {
    max-width: 940px;
    margin-bottom: 22px;
  }

  .shopify_service-hiring__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

  .shopify_service-hiring__heading {
    font-size: 76px;
    line-height: 1.13;
    letter-spacing: -3.456px;
  }

  .shopify_service-hiring__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: none;
    margin-inline: 0;
  }

  .shopify_service-hiring-card {
    padding: 73px 37px 63px 34px;
  }

  .shopify_service-hiring-card__bar {
    width: 33px;
  }

  .shopify_service-hiring-card__title {
    font-size: 16px;
  }

  .shopify_service-hiring-card__desc {
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (max-width: 479px) {
  .shopify_service-hero__inner,
  .shopify_service-hiring__inner {
    padding-inline: var(--container-padding-inline);
  }
}

/* ---------------------------------------------------------------------
   View our work — sticky-nav case-study slider
   Reuses the homepage Use Cases scroll-spy composition/behavior (see
   .usecases* in css/content.css + initScrollSpyNav in js/main.js) with
   page-scoped classes/content. Each card's screenshot is the exact Figma
   asset placed as a single flat image, not rebuilt as HTML.
   --------------------------------------------------------------------- */
.shopify_service-work {
  background-color: #fff;
  padding-block: 64px 72px;
}

.shopify_service-work__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-work__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.shopify_service-work__nav-col {
  min-width: 0;
}

.shopify_service-work__nav-sticky {
  position: static;
}

.shopify_service-work__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
  margin: 0 0 14px;
}

.shopify_service-work__heading {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: clamp(32px, 9vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #171717;
  margin: 0 0 24px;
}

.shopify_service-work__heading-accent {
  color: #9a60fb;
  font-weight: 400;
}

.shopify_service-work__nav-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopify_service-work__nav-list li {
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

.shopify_service-work__nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-block: 14px;
  text-align: left;
}

.shopify_service-work__nav-indicator {
  flex-shrink: 0;
  width: 3px;
  height: 32px;
  background-color: #9a60fb;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.shopify_service-work__nav-item.is-active .shopify_service-work__nav-indicator {
  opacity: 1;
}

.shopify_service-work__nav-label {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(23, 23, 23, 0.48);
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.shopify_service-work__nav-item.is-active .shopify_service-work__nav-label {
  color: #171717;
  font-weight: 500;
}

.shopify_service-work__content-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shopify_service-work-card {
  scroll-margin-top: calc(var(--header-height) + 24px);
  background-color: #130c23;
  background-image: linear-gradient(180deg, rgba(19, 12, 35, 0.92) 0%, rgba(12, 8, 25, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  padding: 20px 16px;
}

.shopify_service-work-card__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.shopify_service-work-card__header p {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: rgba(255, 255, 255, 0.72);
}

.shopify_service-work-card__eyebrow {
  font-family: var(--font-mono-label);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b96cff;
  margin: 0 0 8px;
}

.shopify_service-work-card__title {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 8px;
}

.shopify_service-work-card__desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.714;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 52ch;
}

.shopify_service-work-card__desc p {
  margin: 0 0 8px;
}

.shopify_service-work-card__desc p:last-child {
  margin-bottom: 0;
}

.shopify_service-work-card__view-more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono-label);
  font-weight: 600;
  font-size: 13px;
  color: #b96cff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.shopify_service-work-card__view-more:hover,
.shopify_service-work-card__view-more:focus-visible {
  color: #ffffff;
}

.shopify_service-work-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 553;
  object-fit: cover;
  border-radius: 14px;
}

/* ---- Tablet — 768px to 1023px. Matches the Automation page's "Watch the
   demos" section (.automation-demos__nav in css/automation.css): below
   1024px this is a true tab component, single column, horizontal nav row,
   only the active card visible — not a two-column sidebar layout. ---- */
@media (min-width: 768px) and (max-width: 1023px) {
  .shopify_service-work__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .shopify_service-work__nav-sticky {
    position: static;
  }

  .shopify_service-work__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-top: none;
  }

  .shopify_service-work__nav-list li {
    border-bottom: none;
  }

  .shopify_service-work__nav-item {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    gap: 10px;
    padding: 8px 0 12px;
  }

  .shopify_service-work__nav-indicator {
    order: 2;
    width: 100%;
    height: 2px;
  }

  .shopify_service-work__nav-label {
    order: 1;
  }

  .shopify_service-work-card__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .shopify_service-work-card__view-more {
    flex-shrink: 0;
  }
}

/* ---- Desktop — 1024px+, sticky-nav scroll-spy, matches Figma desktop and
   the same breakpoint as .automation-demos__grid ---- */
@media (min-width: 1024px) {
  .shopify_service-work {
    padding-block: 120px;
  }

  .shopify_service-work__grid {
    grid-template-columns: minmax(360px, 408px) minmax(0, 1fr);
    column-gap: clamp(60px, 10vw, 160px);
  }

  .shopify_service-work__nav-sticky {
    position: sticky;
    top: calc(var(--header-height) + 40px);
  }

  .shopify_service-work__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

  .shopify_service-work__heading {
    font-weight: 700;
    font-size: 76px;
    line-height: 1.039;
    letter-spacing: -3.46px;
  }

  .shopify_service-work__heading-accent {
    font-weight: 300;
  }

  .shopify_service-work__nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
  }

  .shopify_service-work__nav-list li {
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  }

  .shopify_service-work__nav-item {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding-block: 12px;
  }

  .shopify_service-work__nav-indicator {
    order: initial;
    width: 5px;
    height: 55px;
  }

  .shopify_service-work__nav-label {
    order: initial;
  }

  .shopify_service-work-card {
    border-radius: 25px;
    padding: 24px;
  }

  .shopify_service-work-card__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }

  .shopify_service-work-card__view-more {
    flex-shrink: 0;
    font-size: 14px;
  }

  .shopify_service-work-card__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.556;
  }

  .shopify_service-work-card__desc {
    font-size: 14px;
    line-height: 1.714;
    color: rgba(255, 255, 255, 0.72);
  }

  .shopify_service-work-card__img {
    border-radius: 12px;
  }
}

/* ---- Mobile — up to 767px. Same "true tab, edge-bleed scrollable nav"
   treatment as .automation-demos__nav's mobile block (css/automation.css),
   for consistent mobile behavior across both sections. ---- */
@media (max-width: 767px) {
  .shopify_service-work__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .shopify_service-work__nav-sticky {
    position: static;
  }

  .shopify_service-work__nav-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-top: none;
    gap: 20px;
    margin-inline: calc(var(--container-padding-inline) * -1);
    padding-inline: var(--container-padding-inline);
  }

  .shopify_service-work__nav-list::-webkit-scrollbar {
    display: none;
  }

  .shopify_service-work__nav-list li {
    border-bottom: none;
    flex-shrink: 0;
  }

  .shopify_service-work__nav-item {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    flex: 0 0 auto;
    gap: 8px;
    padding: 8px 0 12px;
    white-space: nowrap;
  }

  .shopify_service-work__nav-indicator {
    order: 2;
    width: 100%;
    height: 2px;
  }

  .shopify_service-work__nav-label {
    order: 1;
    font-size: 13px;
  }
}

/* ---------------------------------------------------------------------
   Stats banner — "What sets our Shopify services apart?"
   --------------------------------------------------------------------- */
.shopify_service-stats {
  position: relative;
  overflow: hidden;
  background-color: #02000b;
  padding-block: 56px 64px;
}

.shopify_service-stats__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(50% 65% at 90% 10%, rgba(160, 100, 255, 0.32), transparent 70%),
    radial-gradient(40% 55% at 5% 90%, rgba(120, 60, 200, 0.24), transparent 70%),
    linear-gradient(180deg, #0b0416 0%, #02000b 100%);
}

.shopify_service-stats__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shopify_service-stats__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin: 0 0 22px;
}

.shopify_service-stats__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.04;
  letter-spacing: -2px;
  color: var(--color-text-light);
  max-width: 620px;
  margin: 0 0 36px;
}

.shopify_service-stats__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 46ch;
  margin: 0 0 36px;
}

.shopify_service-stats__subheading p {
  margin: 0;
}

.shopify_service-stats__subheading a {
  color: inherit;
  text-decoration: underline;
}

.shopify_service-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
  width: 100%;
  max-width: 420px;
  margin: 0 0 32px;
  text-align: left;
}

.shopify_service-stats__divider {
  display: none;
}

.shopify_service-stats__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shopify_service-stats__bar {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: #af80f5;
}

.shopify_service-stats__num {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -3.456px;
  color: var(--color-text-light);
  margin: 0;
}

.shopify_service-stats__item--accent .shopify_service-stats__num {
  color: #b96cff;
}

.shopify_service-stats__label {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.714;
  color: #e6e8f4;
  margin: 0;
}

.shopify_service-stats__item--accent .shopify_service-stats__label {
  color: #e6e8f4;
}

.shopify_service-stats__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #7605f5;
  color: #ffffff;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 4px;
  transition: transform 0.25s ease;
}

.shopify_service-stats__cta svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.shopify_service-stats__cta:hover,
.shopify_service-stats__cta:focus-visible {
  transform: scale(1.08);
}

.shopify_service-stats__cta-wrap {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

.shopify_service-stats__cta-wrap p {
  margin: 0;
}

.shopify_service-stats__cta-wrap a {
  color: #b96cff;
  font-weight: 700;
  text-decoration: underline;
}

.shopify_service-stats__cta-wrap a:hover,
.shopify_service-stats__cta-wrap a:focus-visible {
  color: #d4a3ff;
}

.shopify_service-stats__cta-bar {
    width: 100%;
    max-width: 940px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #B96CFF;
    border-radius: 0;
    padding: 24px 20px;
}

.shopify_service-stats__cta-title {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 20px;
    color: var(--color-text-light);
    margin: 0 0 12px;
    letter-spacing: -2.46px;
}

.shopify_service-stats__cta-desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

/* ---------------------------------------------------------------------
   What we do — marquee of commerce capability tags
   Reuses the Automation page's Use Cases marquee pattern
   (.automation-usecases__* in css/automation.css) with page-scoped classes.
   --------------------------------------------------------------------- */
.shopify_service-whatwedo {
  background-color: #ffffff;
  padding-block: 56px 64px;
  overflow: hidden;
}

.shopify_service-whatwedo__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-whatwedo__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
  margin: 0 0 14px;
}

.shopify_service-whatwedo__heading {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.039;
  letter-spacing: -2px;
  color: #171717;
  margin: 0;
}

.shopify_service-whatwedo__marquee {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shopify_service-whatwedo__row {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
  mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
}

.shopify_service-whatwedo__track {
  display: flex;
  width: max-content;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: shopify_service-whatwedo-scroll 32s linear infinite;
}

.shopify_service-whatwedo__row:hover .shopify_service-whatwedo__track {
  animation-play-state: paused;
}

.shopify_service-whatwedo__row--reverse .shopify_service-whatwedo__track {
  animation-direction: reverse;
}

.shopify_service-whatwedo__track li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #dadada;
  background-color: rgba(245, 243, 248, 0.16);
  font-family: var(--font-mono-label);
  font-weight: 450;
  font-size: 14px;
  color: #171717;
  white-space: nowrap;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.shopify_service-whatwedo__track li:hover {
  background-color: #9a60fb;
  border-color: #b96cff;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(185, 108, 255, 0.3), 0 8px 20px rgba(120, 60, 200, 0.35);
}

@keyframes shopify_service-whatwedo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---------------------------------------------------------------------
   Hire Shopify experts — 6-card capability grid
   --------------------------------------------------------------------- */
.shopify_service-hire {
  position: relative;
  overflow: hidden;
  background-color: #02000b;
  padding-block: 56px 64px;
}

.shopify_service-hire__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(55% 60% at 25% 0%, rgba(160, 100, 255, 0.24), transparent 70%),
    radial-gradient(55% 60% at 75% 0%, rgba(120, 60, 200, 0.22), transparent 70%);
}

.shopify_service-hire__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-hire__intro {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto 32px;
}

.shopify_service-hire__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin: 0 0 14px;
}

.shopify_service-hire__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.04;
  letter-spacing: -1.46px;
  color: var(--color-text-light);
  margin: 0;
}

.shopify_service-hire__heading em {
  font-style: italic;
  color: #b96cff;
}

.shopify_service-hire__subline {
  text-align: center;
  max-width: 620px;
  margin: 28px auto 32px;
}

.shopify_service-hire__subline-title {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.3px;
  color: var(--color-text-light);
  margin: 0 0 8px;
}

.shopify_service-hire__subline-desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4375;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.shopify_service-hire__subline-desc p {
  margin: 0;
}

.shopify_service-hire__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.shopify_service-hire-card {
  background-color: #100A21;
  border: 1px solid rgba(185, 108, 255, 0.32);
  border-radius: 20px;
  padding: 17px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shopify_service-hire-card__media {
  width: 100%;
  aspect-ratio: 1.056 / 1;
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(185, 108, 255, 0.16), rgba(15, 8, 33, 0.4));
  border: 1px solid rgba(185, 108, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* WordPress port: services_box_image is a real screenshot (old design's
   333x183 landscape thumbnail), not the small SVG glyph this panel was
   built around — fill the whole media panel and crop to it, rather than
   cramming a real photo into the tiny 48x48 icon span. See
   references/WORDPRESS_DEVELOPMENT.md §11. */
.shopify_service-hire-card__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopify_service-hire-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shopify_service-hire-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(185, 108, 255, 0.12);
  color: #b96cff;
  overflow: hidden;
}


.shopify_service-hire-card:hover .shopify_service-hire-card__icon,
.shopify_service-hire-card:focus-within .shopify_service-hire-card__icon {
  transform: scale(1.15) rotate(-8deg);
}

.shopify_service-hire-card__title {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

.shopify_service-hire-card__desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.969;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.shopify_service-hire-card:hover,
.shopify_service-hire-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(185, 108, 255, 0.6);
  box-shadow: 0 16px 32px rgba(120, 60, 200, 0.2);
}

.shopify_service-hire-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shopify_service-hire-card__icon {
  transition: transform 0.25s ease;
}

/* ---------------------------------------------------------------------
   Tablet — 768px to 1023px for the three new sections
   --------------------------------------------------------------------- */
@media (min-width: 768px) {
  .shopify_service-stats {
    padding-block: 88px 96px;
  }

  .shopify_service-stats__heading {
    font-size: clamp(36px, 5vw, 48px);
    max-width: 760px;
  }

  .shopify_service-stats__grid {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    gap: 0;
    align-items: center;
    justify-content: center;
  }

  .shopify_service-stats__divider {
    display: block;
    width: 1px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.16);
    margin-inline: 12px;
  }

  .shopify_service-whatwedo {
    padding-block: 88px 96px;
  }

  .shopify_service-whatwedo__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-hire {
    padding-block: 88px 96px;
  }

  .shopify_service-hire__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-hire__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* ---------------------------------------------------------------------
   Desktop — 1024px and up, matches Figma desktop reference
   --------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .shopify_service-stats {
    padding-block: 120px;
  }

  .shopify_service-stats__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

  .shopify_service-stats__heading {
    font-size: 76px;
    line-height: 1.132;
    letter-spacing: -3.456px;
    max-width: 940px;
    margin-bottom: 48px;
  }

  .shopify_service-stats__grid {
    margin-bottom: 44px;
  }

  .shopify_service-stats__divider {
    margin-inline: 80px;
  }

  .shopify_service-stats__num {
    font-size: 58px;
    line-height: 1.351;
  }

  .shopify_service-stats__label {
    font-size: 16px;
    line-height: 1.875;
    color: rgba(255, 255, 255, 0.6);
  }

  .shopify_service-stats__item--accent .shopify_service-stats__label {
    color: #e6e8f4;
  }

  .shopify_service-stats__bar {
    width: 35px;
    height: 3px;
    background-color: #b96cff;
  }

  .shopify_service-stats__cta {
    font-size: 19px;
    padding: 14px 20px;
  }

.shopify_service-stats__cta-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 38px 40px;
    max-width: 1160px;
}

  .shopify_service-stats__cta-title {
    font-size: 34px;
  }

  .shopify_service-stats__cta-desc {
    font-size: 16px;
  }

  .shopify_service-whatwedo {
    padding-block: 120px;
  }

.shopify_service-whatwedo__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2.86px;
    color: #6c3acb;
}

  .shopify_service-whatwedo__heading {
    font-size: 76px;
    line-height: 0.868;
    letter-spacing: -3.456px;
  }

  .shopify_service-whatwedo__header {
    margin-bottom: 48px;
  }

  .shopify_service-whatwedo__track li {
    padding: 14px 16px;
    font-size: 16px;
  }

  .shopify_service-hire {
    padding-block: 110px 130px;
  }

  .shopify_service-hire__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

  .shopify_service-hire__heading {
    font-size: 76px;
    line-height: 1.13;
    letter-spacing: -3.456px;
  }

  .shopify_service-hire__subline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
    text-align: left;
    margin: 48px 0 40px;
  }

  .shopify_service-hire__subline-title {
    font-size: 34px;
    letter-spacing: -2.46px;
  }

  .shopify_service-hire__subline-desc {
    font-size: 16px;
    line-height: 1.4375;
  }

  .shopify_service-hire__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
  }

  .shopify_service-hire-card {
    padding: 20px;
  }

  .shopify_service-hire-card__title {
    font-weight: 900;
    font-size: 22px;
  }

  .shopify_service-hire-card__desc {
    font-size: 15px;
    line-height: 1.867;
  }
}

@media (max-width: 479px) {
  .shopify_service-stats__inner,
  .shopify_service-whatwedo__header,
  .shopify_service-hire__inner {
    padding-inline: var(--container-padding-inline);
  }
  .shopify_service-stats__num {
    font-size: 36px;
    letter-spacing: 0;
}
}

/* ---------------------------------------------------------------------
   How to hire — numbered step list
   --------------------------------------------------------------------- */
.shopify_service-howtohire {
  background-color: #ffffff;
  padding-block: 56px 64px;
}

.shopify_service-howtohire__inner {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-howtohire__intro {
  margin-bottom: 32px;
}

.shopify_service-howtohire__eyebrow {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #6c3acb;
  margin: 0 0 14px;
}

.shopify_service-howtohire__heading {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.056;
  letter-spacing: -2px;
  color: #171717;
  margin: 0;
  max-width: 460px;
}

.shopify_service-howtohire__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #414c5b;
  max-width: 46ch;
  margin: 12px 0 0;
}

.shopify_service-howtohire__subheading p {
  margin: 0;
}

.shopify_service-howtohire__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopify_service-howtohire__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px 16px;
}

.shopify_service-howtohire__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(185, 108, 255, 0.12);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #b96cff;
}

.shopify_service-howtohire__step-title {
  font-family: var(--font-base);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #171717;
  margin: 0 0 6px;
}

.shopify_service-howtohire__step-desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
  color: #414c5b;
  margin: 0;
}

/* ---------------------------------------------------------------------
   Testimonial — single client quote with video-placeholder photo
   --------------------------------------------------------------------- */
.shopify_service-testimonial {
  position: relative;
  overflow: hidden;
  background-color: #02000b;
  padding-block: 56px 64px;
}

.shopify_service-testimonial__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(50% 60% at 90% 10%, rgba(160, 100, 255, 0.3), transparent 70%),
    radial-gradient(40% 55% at 5% 95%, rgba(120, 60, 200, 0.22), transparent 70%);
}

.shopify_service-testimonial__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  text-align: center;
}

.shopify_service-testimonial__eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin: 0 0 14px;
}

.shopify_service-testimonial__heading {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.039;
    letter-spacing: -2px;
    color: var(--color-text-light);
    margin: 0 0 42px;
}

.shopify_service-testimonial__single {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.shopify_service-testimonial__media {
  position: relative;
  margin: 0;
  aspect-ratio: 472.82 / 525.86;
  border-radius: 16px;
  overflow: hidden;
}

.shopify_service-testimonial__media img,
.shopify_service-testimonial__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopify_service-testimonial__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.shopify_service-testimonial__media.is-playing .shopify_service-testimonial__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shopify_service-testimonial__quote p {
  font-family: var(--font-base);
  font-weight: 300;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 40px;
}

.shopify_service-testimonial__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  font-family: var(--font-base);
  font-size: 12px;
}

.shopify_service-testimonial__name {
  font-weight: 500;
  color: #ffffff;
}

.shopify_service-testimonial__company {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.shopify_service-testimonial__divider {
  width: 13px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------------------------------------------
   Team strip — 4-person avatar grid
   --------------------------------------------------------------------- */
.shopify_service-team {
  position: relative;
  overflow: hidden;
  background-color: #F7F5F9;
  padding-block: 56px 64px;
}

.shopify_service-team__bg {
  display: none;
}

.shopify_service-team__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  text-align: center;
}

.shopify_service-team__eyebrow {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #6c3acb;
  margin: 0 0 14px;
}

.shopify_service-team__heading {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.056;
    letter-spacing: -2px;
    color: #171717;
    margin: 0 0 42px;
    max-width: 950px;
    margin-inline: auto;
}

.shopify_service-team__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #414c5b;
  max-width: 60ch;
  margin: 0 0 32px;
}

.shopify_service-team__subheading p {
  margin: 0;
}

.shopify_service-team__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--container-padding-inline);
  scrollbar-width: none;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.shopify_service-team__track::-webkit-scrollbar {
  display: none;
}

.shopify_service-team-card {
  flex: 0 0 80%;
  scroll-snap-align: start;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 0;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shopify_service-team-card:hover,
.shopify_service-team-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(185, 108, 255, 0.5);
  box-shadow: 0 16px 32px rgba(120, 60, 200, 0.12);
}

.shopify_service-team-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 14px;
  transition: transform 0.25s ease;
}

.shopify_service-team-card:hover .shopify_service-team-card__avatar,
.shopify_service-team-card:focus-within .shopify_service-team-card__avatar {
  transform: scale(1.15) rotate(-8deg);
}

.shopify_service-team-card__avatar--a { background-color: #9a60fb; }
.shopify_service-team-card__avatar--b { background-color: #f5a623; }
.shopify_service-team-card__avatar--c { background-color: #34a853; }
.shopify_service-team-card__avatar--d { background-color: #4a90d9; }

.shopify_service-team-card__avatar--photo {
  object-fit: cover;
}

.shopify_service-team-card__name {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #171717;
    margin: 0 0 8px;
}

.shopify_service-team-card__role,
.shopify_service-team-card__hours {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: rgba(23, 23, 23, 0.72);
  margin: 0;
}

.shopify_service-team__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.shopify_service-team__dots button {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.16);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.shopify_service-team__dots button.is-active {
  width: 32px;
  background-color: #9b66ff;
}

/* ---------------------------------------------------------------------
   CTA banner — "Want to hire expert Shopify developers?"
   Reuses the site's existing yellow CTA-banner layout (see
   .automation-cta in css/automation.css) scoped for this page.
   --------------------------------------------------------------------- */
.shopify_service-cta {
  background: #ffffff;
  padding: clamp(48px, 7vw, 96px) 0;
}

.shopify_service-cta__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify_service-cta__panel {
  max-width: 1265px;
  margin-inline: auto;
  background: #f6e339;
  border-radius: 10px;
  padding: clamp(40px, 6vw, 91px) clamp(24px, 7vw, 97px) clamp(40px, 6vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 3vw, 32px);
}

.shopify_service-cta__eyebrow {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}

.shopify_service-cta__heading {
  font-family: var(--font-base);
  font-weight: 900;
  font-size: clamp(32px, 3.2vw + 20px, 63px);
  line-height: 1.13;
  letter-spacing: normal;
  color: #171717;
  max-width: 900px;
  margin: 0;
}

.shopify_service-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 23px 36px;
  background: #543582;
  color: #ffffff;
  font-family: var(--font-mono-label);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
blockquote.shopify_service-testimonial__quote {
    margin: 0 0 0;
    max-width: 640px;
}


@media (max-width: 374px) {
  .shopify_service-cta__button {
    white-space: normal;
    text-align: center;
  }
}

.shopify_service-cta__button:hover,
.shopify_service-cta__button:focus-visible {
  transform: scale(1.08);
}

.shopify_service-cta__button-arrow {
  flex-shrink: 0;
}

/* ---------------------------------------------------------------------
   Tablet — 768px to 1023px for the five new sections
   --------------------------------------------------------------------- */
@media (min-width: 768px) {
  .shopify_service-howtohire {
    padding-block: 88px 96px;
  }

  .shopify_service-howtohire__inner {
    display: grid;
    grid-template-columns: minmax(280px, 340px) 1fr;
    gap: 48px;
    align-items: start;
  }

  .shopify_service-howtohire__intro {
    margin-bottom: 0;
  }

  .shopify_service-howtohire__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-testimonial {
    padding-block: 88px 96px;
  }

  .shopify_service-testimonial__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-testimonial__single {
    flex-direction: row;
    align-items: center;
    gap: 95px;
  }

  .shopify_service-testimonial__media {
    flex: 0 0 42%;
    max-width: 420px;
  }

  .shopify_service-testimonial__content {
    flex: 1;
  }

  .shopify_service-team {
    padding-block: 88px 96px;
  }

  .shopify_service-team__heading {
    font-size: clamp(36px, 5vw, 48px);
  }

  .shopify_service-team-card {
    flex: 0 0 calc(50% - 8px);
  }

  .shopify_service-cta {
    padding: clamp(64px, 8vw, 119px) 0;
}
}

/* ---------------------------------------------------------------------
   Desktop — 1024px and up, matches Figma desktop reference
   --------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .shopify_service-howtohire {
    padding-block: 120px;
}

  .shopify_service-howtohire__inner {
    grid-template-columns: minmax(300px, 500px) 1fr;
    gap: clamp(48px, 7.5vw, 160px);
}

  .shopify_service-howtohire__heading {
    font-size: 76px;
    line-height: 1.039;
    letter-spacing: -3.46px;
    max-width: none;
  }

  .shopify_service-howtohire__step {
    padding: 32px 34px;
    gap: 24px;
  }

  .shopify_service-howtohire__num {
    width: 47px;
    height: 47px;
    border-radius: 8px;
    font-size: 16.5px;
  }

  .shopify_service-howtohire__step-title {
    font-size: 24px;
    letter-spacing: -0.05px;
  }

  .shopify_service-howtohire__step-desc {
    font-size: 18px;
    line-height: 1.667;
  }

  .shopify_service-testimonial {
    padding-block: 120px;
  }

  .shopify_service-testimonial__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
  }

  .shopify_service-testimonial__heading {
    font-size: 76px;
    line-height: 1.031;
    letter-spacing: -3.456px;
  }

  .shopify_service-testimonial__quote p {
    font-size: 50px;
    line-height: 1.32;
  }

  .shopify_service-testimonial__meta {
    font-size: 16px;
  }

  .shopify_service-testimonial__media {
    flex: 0 0 38%;
    max-width: 484px;
  }

  .shopify_service-team {
    padding-block: 120px;
  }

  .shopify_service-team__heading {
    /* Own clamp(), not the shared 76px used by howtohire/testimonial —
       this section's real heading copy runs much longer than those two
       (reused from the old theme's section_heading field), so the fixed
       76px overwhelmed the layout. See references/WORDPRESS_DEVELOPMENT.md §9.3. */
    font-size: clamp(40px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -1.5px;
  }

  .shopify_service-team-card__name {
    font-size: 19px;
  }

.shopify_service-team-card__role, .shopify_service-team-card__hours {
    font-size: 13px;
    line-height: normal;
    color: #414c5b;
}

  .shopify_service-team__track {
    overflow: visible;
  }

  .shopify_service-team-card {
    flex: 1;
  }

  .shopify_service-team__dots {
    display: none;
  }
}


@media (max-width: 479px) {
  .shopify_service-howtohire__inner,
  .shopify_service-testimonial__inner,
  .shopify_service-team__inner,
  .shopify_service-cta__container {
    padding-inline: var(--container-padding-inline);
  }

  .shopify_service-team-card {
    flex: 0 0 88%;
  }
}

/* Touch guard + reduced motion for new hover transforms */
@media (hover: none) and (pointer: coarse) {
  .shopify_service-stats__cta:hover,
  .shopify_service-hire-card:hover,
  .shopify_service-hire-card:hover .shopify_service-hire-card__icon,
  .shopify_service-cta__button:hover,
  .shopify_service-hiring-card:hover,
  .shopify_service-hiring-card:hover .shopify_service-hiring-card__bar,
  .shopify_service-team-card:hover,
  .shopify_service-team-card:hover .shopify_service-team-card__avatar {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shopify_service-hero,
  .shopify_service-hiring,
  .shopify_service-stats,
  .shopify_service-whatwedo,
  .shopify_service-hire,
  .shopify_service-work,
  .shopify_service-howtohire,
  .shopify_service-testimonial,
  .shopify_service-team,
  .shopify_service-cta {
    scroll-behavior: auto;
  }

  .shopify_service-whatwedo__track {
    animation: none;
  }

  .shopify_service-stats__cta:hover,
  .shopify_service-hire-card:hover,
  .shopify_service-hire-card:hover .shopify_service-hire-card__icon,
  .shopify_service-cta__button:hover,
  .shopify_service-hiring-card:hover,
  .shopify_service-hiring-card:hover .shopify_service-hiring-card__bar,
  .shopify_service-team-card:hover,
  .shopify_service-team-card:hover .shopify_service-team-card__avatar {
    transform: none !important;
  }
}
