/* ==========================================================================
   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-hero,
.shopify-hiring {
  position: relative;
  overflow: hidden;
}

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

.shopify-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(46% 60% at 84% 18%, rgba(160, 100, 255, 0.35), transparent 70%),
    radial-gradient(38% 50% at 8% 82%, rgba(120, 60, 200, 0.28), transparent 70%),
    linear-gradient(180deg, #190d34 0%, #0b041b 55%, #02000b 100%);
}

.shopify-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-hero__visual {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}

.shopify-hero__visual-img {
  width: 100%;
  aspect-ratio: 789 / 515;
  height: auto;
  object-fit: cover;
}

.shopify-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.shopify-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-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-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: 40ch;
}

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

.shopify-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-hiring__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

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

.shopify-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-hiring__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.15;
  letter-spacing: -2px;
  color: var(--color-text-light);
}

.shopify-hiring__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 16px;
}

.shopify-hiring__cta {
  margin-top: 24px;
}

.shopify-hiring__view-work {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-family: var(--font-mono-label);
  font-weight: 600;
  font-size: 13px;
  color: #b96cff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shopify-hiring__view-work:hover,
.shopify-hiring__view-work:focus-visible {
  color: #ffffff;
}

.shopify-hiring__view-work svg {
  transition: transform 0.25s ease;
}

.shopify-hiring__view-work:hover svg,
.shopify-hiring__view-work:focus-visible svg {
  transform: translateY(3px);
}

.shopify-hiring-card__icon {
  display: block;
  margin-bottom: 4px;
}

.shopify-hiring-card__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

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

.shopify-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-hiring-card:hover,
.shopify-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-hiring-card__bar {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #b96cff;
  transition: width 0.25s ease, background-color 0.25s ease;
}

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

.shopify-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-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);
}

/* ---------------------------------------------------------------------
   Tablet — 768px to 1023px, treated as its own layout, not shrunk desktop
   --------------------------------------------------------------------- */
@media (min-width: 768px) {
  .shopify-hero__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 56px;
  }

  .shopify-hero__visual {
    max-width: 46%;
    margin-inline: 0;
    flex-shrink: 0;
  }

  .shopify-hero__text {
    flex: 1;
  }

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

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

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

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

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

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

  .shopify-hero {
    padding-block: 92px 96px;
  }

  .shopify-hero__inner {
    gap: 100px;
  }

  .shopify-hero__visual {
    max-width: 762px;
    width: 53%;
  }

  .shopify-hero__text {
    max-width: 578px;
  }

  .shopify-hero__eyebrow {
    font-weight: 700;
    margin-bottom: 18px;
  }

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

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

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

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

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

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

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

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

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

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

/* Small-desktop bridge — at 1024px the fixed 53%-width visual + 100px gap left
   the text column too narrow for "With Shopify." on one line, forcing a 3rd
   line not present in Figma at any reference width. */
@media (min-width: 1024px) and (max-width: 1279px) {
  .shopify-hero__inner {
    gap: 56px;
  }

  .shopify-hero__visual {
    width: 44%;
  }
}


@media (max-width: 479px) {
  .shopify-hero__inner,
  .shopify-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-work {
  background-color: #fff;
  padding-block: 64px 72px;
}

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

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

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

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

.shopify-work__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-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-work__heading-accent {
  color: #9a60fa;
  font-weight: 400;
}

.shopify-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-work__nav-list li {
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

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

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

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

.shopify-work__nav-label {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(23, 23, 23, 0.45);
  transition: color 0.2s ease, font-weight 0.2s ease;
}

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

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

.shopify-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-work-card__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

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

.shopify-work-card__desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 52ch;
}

.shopify-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-work-card__view-more:hover,
.shopify-work-card__view-more:focus-visible {
  color: #ffffff;
}

.shopify-work-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 822 / 455;
  height: auto;
  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-work__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

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

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

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

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

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

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

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

  .shopify-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-work {
    padding-block: 100px 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .shopify-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-work__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .shopify-work__nav-sticky {
    position: static;
    text-align: center;
  }

  .shopify-work__eyebrow,
  .shopify-work__heading {
    text-align: center;
  }

  .shopify-work__nav-list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    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-work__nav-list::-webkit-scrollbar {
    display: none;
  }

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

  .shopify-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;
    border-bottom: 6px solid #e6e6e6;
  }

  .shopify-work__nav-item.is-active {
    border-bottom-color: #9a60fb;
  }

  .shopify-work__nav-indicator {
    display: none;
  }

  .shopify-work__nav-label {
    order: 1;
    font-size: 16px;
  }

  .shopify-work-card {
    border-radius: 16px;
    padding: 24px 16px;
  }

  .shopify-work-card__title {
    font-size: 16px;
    line-height: 1.3;
  }

  .shopify-work-card__desc {
    font-size: 14px;
    line-height: 24px;
  }

  .shopify-work-card__img {
    border-radius: 5px;
  }
}

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

.shopify-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-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-stats__icon {
  display: block;
  margin-bottom: 12px;
}

.shopify-stats__icon img {
  display: block;
  width: 32px;
  height: auto;
}

.shopify-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 14px;
}

.shopify-stats__subheading {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 60ch;
  margin-bottom: 24px;
}

.shopify-stats__subheading p {
  margin: 0;
}

.shopify-stats__cta-wrap {
  margin-top: 8px;
  /* Figma's mobile/tablet frame for this section has no CTA node — it
     ends right after the stat grid. The page's dedicated final CTA
     section (.shopify-cta) already covers the call-to-action below
     1024px, so this one is hidden to match design intent. */
  display: none;
}

@media (min-width: 1024px) {
  .shopify-stats__cta-wrap {
    display: block;
  }
}

/* Normalize raw WYSIWYG content (services_section_cta) so whatever an
   editor puts in that field stays readable on this section's dark
   background, regardless of what markup/inline styles it carries. */
.shopify-stats__cta-wrap * {
  color: var(--color-text-light);
}

.shopify-stats__cta-wrap h1,
.shopify-stats__cta-wrap h2,
.shopify-stats__cta-wrap h3,
.shopify-stats__cta-wrap h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.25;
  margin: 0 0 8px;
}

.shopify-stats__cta-wrap p {
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 20px;
}

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

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

.shopify-stats__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);
  max-width: 620px;
  margin: 0 0 36px;
}

.shopify-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-stats__divider {
  display: none;
}

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

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

.shopify-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-stats__item--accent .shopify-stats__num {
  color: #b96cff;
}

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

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

.shopify-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: 0;
  transition: transform 0.25s ease;
}

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

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

/* ---------------------------------------------------------------------
   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-whatwedo {
  background-color: #ffffff;
  padding-block: 56px 64px;
  overflow: hidden;
}

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

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

.shopify-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-whatwedo__marquee {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shopify-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-whatwedo__track {
  display: flex;
  width: max-content;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: shopify-whatwedo-scroll 32s linear infinite;
}

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

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

.shopify-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-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-whatwedo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

.shopify-services__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-services__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
}

.shopify-services__intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 32px;
}

.shopify-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-services__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 9vw, 36px);
  line-height: 1.15;
  letter-spacing: -1.46px;
  color: var(--color-text-light);
  margin: 0;
}

.shopify-services__heading span,
.shopify-services__heading em {
  font-style: italic;
  color: #b96cff;
}

.shopify-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.shopify-services-card {
  background-color: #0f0821;
  border: 1px solid rgba(185, 108, 255, 0.32);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shopify-services-card__media {
  width: 100%;
  aspect-ratio: 402 / 380;
  border-radius: 16px;
  overflow: hidden;
}

.shopify-services-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopify-services-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shopify-services-card__title {
  font-family: var(--font-base);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

.shopify-services-card__desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.867;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.shopify-services-card:hover,
.shopify-services-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);
}

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

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

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

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

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

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

  .shopify-services {
    padding-block: 88px 96px;
  }

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

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

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

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

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

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

  .shopify-stats__divider {
    margin-inline: 32px;
  }

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

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

  .shopify-stats__item--accent .shopify-stats__label {
    font-size: 14px;
    line-height: 1.714;
    color: #e6e8f4;
  }

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

  .shopify-stats__cta,
  .shopify-stats__cta-wrap a {
    font-size: 19px;
    padding: 14px 20px;
  }

  .shopify-whatwedo {
    padding-block: 110px 120px;
  }

  .shopify-whatwedo__eyebrow {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 14px;
    color: #6c3acb;
  }

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

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

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

  .shopify-services {
    padding-block: 110px 130px;
  }

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

  .shopify-services__heading {
    font-size: 56px;
    line-height: 1.13;
    letter-spacing: -3.456px;
  }

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

  .shopify-services-card {
    padding: 20px;
  }

  .shopify-services-card__title {
    font-weight: 900;
    font-size: 22px;
  }

  .shopify-services-card__desc {
    font-size: 15px;
    line-height: 1.867;
  }
}

@media (max-width: 479px) {
  .shopify-stats__inner,
  .shopify-whatwedo__header,
  .shopify-services__inner {
    padding-inline: var(--container-padding-inline);
  }
}

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

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

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

.shopify-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-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-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-howtohire__subheading p {
  margin: 0;
}

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

.shopify-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-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: 14px;
  letter-spacing: 0.05em;
  color: #b96cff;
}

.shopify-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-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-testimonial {
  position: relative;
  overflow: hidden;
  background-color: #02000b;
  padding-block: 56px 64px;
}

.shopify-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-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-testimonial__eyebrow {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
  margin: 0 0 14px;
}

.shopify-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 32px;
}

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

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

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

.shopify-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-testimonial__media.is-playing .shopify-testimonial__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shopify-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 20px;
}

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

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

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

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

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

.shopify-team__bg {
  display: none;
}

.shopify-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-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-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 12px;
}

.shopify-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-team__subheading p {
  margin: 0;
}

.shopify-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-team__track::-webkit-scrollbar {
  display: none;
}

.shopify-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-team-card:hover,
.shopify-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-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-team-card:hover .shopify-team-card__avatar,
.shopify-team-card:focus-within .shopify-team-card__avatar {
  transform: scale(1.15) rotate(-8deg);
}

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

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

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

.shopify-team-card__role,
.shopify-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-team__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.shopify-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-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-cta {
  background: #ffffff;
  padding: clamp(48px, 7vw, 96px) 0;
}

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

.shopify-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-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-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-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;
}

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

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

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

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

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

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

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

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

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

  .shopify-testimonial__single {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

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

  .shopify-testimonial__content {
    flex: 1;
  }

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

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

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

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

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

  .shopify-howtohire__inner {
    grid-template-columns: minmax(300px, 420px) 1fr;
    gap: clamp(48px, 8vw, 160px);
  }

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

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

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

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

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

  .shopify-testimonial {
    padding-block: 110px 130px;
  }

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

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

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

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

  .shopify-team {
    padding-block: 110px 130px;
  }

  .shopify-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-team-card__name {
    font-size: 19px;
  }

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

  .shopify-team__track {
    overflow: visible;
  }

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

  .shopify-team__dots {
    display: none;
  }
}


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

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

/* Touch guard + reduced motion for new hover transforms */
@media (hover: none) and (pointer: coarse) {
  .shopify-stats__cta:hover,
  .shopify-services-card:hover,
  .shopify-cta__button:hover,
  .shopify-hiring-card:hover,
  .shopify-hiring-card:hover .shopify-hiring-card__bar,
  .shopify-hiring__view-work:hover svg,
  .shopify-stats__cta-wrap a:hover,
  .shopify-team-card:hover,
  .shopify-team-card:hover .shopify-team-card__avatar {
    transform: none;
  }
}

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

  .shopify-whatwedo__track {
    animation: none;
  }

  .shopify-stats__cta:hover,
  .shopify-services-card:hover,
  .shopify-cta__button:hover,
  .shopify-hiring-card:hover,
  .shopify-hiring-card:hover .shopify-hiring-card__bar,
  .shopify-hiring__view-work:hover svg,
  .shopify-stats__cta-wrap a:hover,
  .shopify-team-card:hover,
  .shopify-team-card:hover .shopify-team-card__avatar {
    transform: none !important;
  }
}
