/* Homepage — Rocketspark-inspired type + buttons, 452 content */

.page-home {
  --px-blue: #0b63f6;
  --px-blue-dark: #0946c4;
  --px-ink: #2c3035;
  --px-muted: #5c6168;
  --px-line: #e8e6e3;
  --px-fog: #f7f5f2;
  --px-cream: #fcfbf9;
  --px-btn: #2c3035;
  --px-btn-hover: #0e1217;
  --px-white: #fff;
  --px-font: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --px-btn-radius: 999px;
  background: var(--px-white) !important;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.page-home .theme-toggle {
  display: none !important;
}

/* Shared button language (Rocketspark pills) */
.page-home .btn,
.page-home .btn--primary,
.page-home .btn--secondary,
.page-home .nav .btn--primary,
.page-home .rs-card__btn,
.page-home .px-form .btn--primary,
.page-home .px-cta .btn--primary,
.page-home .px-help__cta,
.page-home .px-expertise__cta,
.page-home .px-ideas__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: var(--px-btn);
  color: var(--px-cream);
  border-radius: var(--px-btn-radius);
  padding: 0.7em 1.15em;
  min-width: 4.375rem;
  font-family: var(--px-font);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow: none;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.page-home .btn:hover,
.page-home .btn--primary:hover,
.page-home .nav .btn--primary:hover,
.page-home .rs-card__btn:hover,
.page-home .px-form .btn--primary:hover,
.page-home .px-cta .btn--primary:hover,
.page-home .px-help__cta:hover,
.page-home .px-expertise__cta:hover,
.page-home .px-ideas__cta:hover {
  background: var(--px-btn-hover);
  color: var(--px-cream);
  transform: none;
  box-shadow: none;
}

.page-home .btn--secondary {
  background: transparent;
  color: var(--px-ink);
  box-shadow: inset 0 0 0 1.5px var(--px-ink);
}

.page-home .btn--secondary:hover {
  background: var(--px-ink);
  color: var(--px-cream);
}

.page-home .px-cta .btn--primary {
  background: var(--px-white);
  color: var(--px-ink);
}

.page-home .px-cta .btn--primary:hover {
  background: var(--px-cream);
  color: var(--px-ink);
}

/* —— Header —— */
.page-home .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
}

.page-home .px-topbar {
  background: #e85d04;
  color: rgba(252, 251, 249, 0.95);
}

.page-home .px-topbar__link:hover,
.page-home .px-topbar__link:focus-visible {
  color: #fff;
}

.page-home .nav__inner::before,
:root[data-theme="light"] .page-home .nav__inner::before {
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  background: #fcfbf9 !important;
  border-bottom: 1px solid var(--px-line) !important;
  height: 72px !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none !important;
}

.page-home .site-header.is-scrolled .nav__inner::before,
:root[data-theme="light"] .page-home .site-header.is-scrolled .nav__inner::before {
  background: var(--px-cream) !important;
  height: 64px !important;
}

.page-home .nav__link,
.page-home .brand__name,
.page-home .brand__sub,
.page-home .nav__phone,
.page-home .nav__email,
:root[data-theme="light"] .page-home .nav__link,
:root[data-theme="light"] .page-home .brand__name,
:root[data-theme="light"] .page-home .brand__sub,
:root[data-theme="light"] .page-home .nav__phone,
:root[data-theme="light"] .page-home .nav__email {
  color: var(--px-ink) !important;
  font-family: var(--px-font);
}

.page-home .nav__toggle,
:root[data-theme="light"] .page-home .nav__toggle {
  color: var(--px-ink);
  background: transparent;
  border: none;
  box-shadow: none;
}

.page-home .nav__link--lang {
  font-family: var(--px-font);
}

.page-home .nav__toggle:hover,
.page-home .nav__toggle:focus-visible,
:root[data-theme="light"] .page-home .nav__toggle:hover,
:root[data-theme="light"] .page-home .nav__toggle:focus-visible {
  color: var(--px-ink);
}

.page-home .nav__link {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.page-home .nav__link:hover {
  color: var(--px-blue);
}

.page-home .brand__name {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-home .brand__sub {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

/* —— Services dropdown (match light homepage theme) —— */
.page-home .nav__inner {
  position: relative;
}

.page-home .nav__item--has-menu {
  position: static;
}

/* No visible gap under Services — panel sits flush on the header bar */
.page-home .nav__item--has-menu::after {
  height: 0;
}

.page-home .nav__dropdown {
  top: calc(100% - 1px);
  left: 50%;
  right: auto;
  width: min(960px, 100%);
  max-width: min(960px, calc(100vw - 40px));
  padding: 1.25rem 1.35rem 1rem;
  border-radius: 0;
  background: var(--px-cream);
  border: 1px solid var(--px-line);
  border-top-color: transparent;
  box-shadow: 0 18px 40px rgba(44, 48, 53, 0.08);
  backdrop-filter: none;
  transform: translate(-50%, 0);
  font-family: var(--px-font);
}

/* Invisible hit strip so the pointer can travel from Services into the panel */
.page-home .nav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

@media (min-width: 761px) {
  .page-home .nav__item--has-menu.is-open .nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.page-home .nav__item--has-menu:hover .nav__dropdown,
.page-home .nav__item--has-menu:focus-within .nav__dropdown,
.page-home .nav__item--has-menu.is-open .nav__dropdown {
  transform: translate(-50%, 0);
}

.page-home .nav__dropdown-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 0.5rem;
}

.page-home .nav__dropdown-col {
  padding: 0.35rem 0.85rem 0.5rem;
}

.page-home .nav__dropdown-col + .nav__dropdown-col {
  border-left: 1px solid var(--px-line);
}

.page-home .nav__dropdown-title {
  margin: 0 0 0.75rem;
  font-family: var(--px-font);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.page-home .nav__dropdown-list {
  gap: 0.15rem;
}

.page-home .nav__dropdown-link {
  padding: 0.55rem 0.65rem;
  border-radius: 0;
  border: none;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.page-home .nav__dropdown-link:hover {
  background: var(--px-fog);
  border-color: transparent;
  color: var(--px-blue);
}

.page-home .nav__dropdown-cta {
  padding: 0.9rem 0.85rem 0.15rem;
  margin-top: 0.75rem;
  border-top: 1px solid var(--px-line);
}

.page-home .nav__dropdown-all {
  padding: 0.55rem 1rem;
  border-radius: var(--px-btn-radius);
  border: none;
  background: var(--px-btn);
  color: var(--px-cream);
  font-family: var(--px-font);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .nav__dropdown-all:hover {
  background: var(--px-btn-hover);
  border-color: transparent;
  color: var(--px-cream);
}

@media (max-width: 960px) {
  .page-home .nav__dropdown {
    width: min(100%, calc(100vw - 40px));
  }

  .page-home .nav__dropdown-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .nav__dropdown-col:nth-child(3) {
    border-left: none;
  }

  .page-home .nav__dropdown-col:nth-child(n + 3) {
    border-top: 1px solid var(--px-line);
    margin-top: 0.5rem;
    padding-top: 0.85rem;
  }
}

@media (max-width: 760px) {
  .page-home .nav__links,
  :root[data-theme="light"] .page-home .nav__links {
    background: var(--px-cream);
    border: 1px solid var(--px-line);
    border-right: 1px solid var(--px-line);
    box-shadow: 0 18px 48px rgba(44, 48, 53, 0.12);
  }

  .page-home .nav__link,
  :root[data-theme="light"] .page-home .nav__link {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--px-line) !important;
    border-radius: 0;
    padding: 0.72rem 0;
    font-size: 1.05rem;
  }

  .page-home .nav__service-wrap {
    display: flex;
    width: 100%;
    align-items: stretch;
    border-bottom: 1px solid var(--px-line);
  }

  .page-home .nav__service-wrap > .nav__link:not(.nav__link--toggle) {
    flex: 1 1 auto;
    width: auto !important;
    border-bottom: none !important;
  }

  .page-home .nav__service-wrap > .nav__link--toggle {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 2.5rem;
    justify-content: center;
    padding: 0.72rem 0.25rem !important;
    border-bottom: none !important;
  }

  .page-home .nav__item--has-menu {
    position: relative;
  }

  .page-home .nav__dropdown {
    left: 0;
    width: 100%;
    max-width: none;
    transform: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0.2rem 0 0.65rem;
  }

  .page-home .nav__item--has-menu.is-open .nav__dropdown {
    transform: none;
  }

  .page-home .nav__dropdown-grid {
    grid-template-columns: 1fr;
  }

  .page-home .nav__dropdown-col + .nav__dropdown-col,
  .page-home .nav__dropdown-col:nth-child(n + 3) {
    border-left: none;
    border-top: 1px solid var(--px-line);
    margin-top: 0.35rem;
    padding-top: 0.75rem;
  }

  .page-home .nav__right {
    margin-top: 0.95rem;
  }
}

/* —— Video cinema hero (seoenunclick-style) —— */
.px-vhero {
  position: relative;
  margin-top: 108px;
  min-height: calc(100vh - 108px);
  min-height: calc(100svh - 108px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #1a1f26;
}

.px-vhero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Solid only — a photo under the video flashes (progressive JPEG strip) before play */
  background: #1a1f26;
}

.px-vhero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.5s ease;
}

/* Only hide while JS is waiting for the first frames */
.px-vhero__video.is-pending {
  opacity: 0;
}

.px-vhero__video.is-ready {
  opacity: 1;
}

.px-vhero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(14, 18, 23, 0.28) 0%,
      rgba(14, 18, 23, 0.18) 40%,
      rgba(14, 18, 23, 0.42) 78%,
      rgba(14, 18, 23, 0.55) 100%
    );
  pointer-events: none;
}

.px-vhero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  text-align: center;
}

.px-vhero__title {
  margin: 0 auto 0.85rem;
  max-width: 16ch;
  min-height: 2.16em;
  font-family: var(--px-font);
  font-size: clamp(2.625rem, 1.6rem + 3.2vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  text-wrap: balance;
}

.px-vhero__title .rs-hero__caret,
.px-vhero__title .rs-hero__end {
  color: #fff;
}

.px-vhero__lead {
  margin: 0 auto 1.85rem;
  max-width: 34rem;
  font-family: var(--px-font);
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.px-vhero__lead-name {
  font-weight: 600;
  color: #fff;
}

.px-vhero__crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.px-vhero__crumb a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.px-vhero__crumb a:hover,
.px-vhero__crumb a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.px-vhero__lead-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-px-lincoln .px-vhero__title {
  max-width: 18ch;
}

.page-px-lincoln .px-process__lead a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-px-lincoln .px-faq__list a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-px-lincoln .px-feature__text + .px-feature__text {
  margin-top: -0.75rem;
}

.page-home .px-process__lead a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .px-faq__list a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .px-feature__text + .px-feature__text {
  margin-top: -0.75rem;
}

.px-vhero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 0.9rem;
}

.px-vhero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.5rem;
  padding: 0.95em 1.45em;
  border: 0;
  border-radius: 0.35rem;
  color: #fff;
  font-family: var(--px-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 0.15s ease-out, transform 0.15s ease-out, background-color 0.15s ease-out;
}

.px-vhero__btn--primary {
  background: var(--px-blue);
}

.px-vhero__btn--accent {
  background: #e85d04;
}

.px-vhero__btn:hover,
.px-vhero__btn:focus-visible {
  filter: brightness(1.08);
  outline: none;
}

.px-vhero__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.px-vhero__band {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.05rem 1.25rem;
  background: var(--px-blue);
  color: #fff;
  text-align: center;
  font-family: var(--px-font);
  font-size: clamp(0.78rem, 0.7rem + 0.3vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

@media (max-width: 640px) {
  .px-vhero {
    /* Don’t force a full-screen tall crop — show more of the video */
    min-height: min(52svh, 24rem);
  }

  .px-vhero__video {
    object-position: center 32%;
  }

  .px-vhero__inner {
    padding: 1.5rem 0 1.75rem;
    width: min(100% - 32px, 980px);
  }

  .px-vhero__title {
    margin-bottom: 0.7rem;
    max-width: 100%;
    min-height: 0;
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    overflow-wrap: break-word;
  }

  .px-vhero__title .rs-hero__title-text {
    white-space: normal;
  }

  .px-vhero__lead {
    margin-bottom: 1.35rem;
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .px-vhero__actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 18rem);
  }

  .px-vhero__btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-vhero__video {
    display: none;
  }

  /* Still only when motion is off — video is hidden, so no load-time flash race */
  .px-vhero__media {
    background: #1a1f26 center / cover no-repeat url("../images/omaha-web-design-scompany.jpg");
  }
}

/* —— Rocketspark-style choice hero —— */
.rs-hero {
  margin-top: 108px;
  padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 2.75rem);
  background: var(--px-cream);
}

.rs-paths {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(2.75rem, 6vw, 4.5rem);
  background: #fff;
}

.rs-paths__inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.rs-hero__inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.rs-hero__title {
  margin: 0 auto 0.85rem;
  max-width: 16ch;
  min-height: 2.16em;
  text-align: center;
  font-size: clamp(2.625rem, 1.6rem + 3.2vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--px-ink);
}

.rs-hero__rule {
  width: 48px;
  height: 3px;
  margin: 0 auto 1.15rem;
  border: 0;
  background: var(--px-blue);
}

.rs-hero__slogan {
  margin: 0 auto;
  max-width: 34rem;
  text-align: center;
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.15rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--px-muted);
}

.rs-hero .rs-hero__grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.rs-hero__slogan-name {
  font-weight: 600;
  color: var(--px-ink);
}

.rs-hero__caret {
  display: inline-block;
  width: 0.085em;
  height: 0.92em;
  margin-left: 0.06em;
  background: currentColor;
  vertical-align: -0.06em;
  animation: rs-hero-caret-blink 0.9s steps(1, end) infinite;
}

.rs-hero__caret.is-paused {
  animation: none;
  opacity: 1;
}

.rs-hero__end {
  display: inline;
  margin-left: 0;
}

@keyframes rs-hero-caret-blink {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-hero__caret {
    display: none;
  }
}

.rs-hero__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}

.rs-card {
  display: grid;
  gap: 0.9rem;
  justify-items: start;
}

.rs-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #eee;
  aspect-ratio: 4 / 5;
}

.rs-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.45s ease;
}

.rs-card__media:hover img {
  transform: scale(1.03);
}

.rs-card__title {
  margin: 0;
  font-size: clamp(1.35rem, 1.15rem + 0.7vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.rs-card__title a {
  color: var(--px-ink);
  text-decoration: none;
}

.rs-card__title a:hover {
  color: var(--px-blue);
}

.rs-card__tag {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--px-ink);
}

.rs-card__btn {
  margin-top: 0.25rem;
}

/* Graphic design page only: show path card images in full (no crop) */
/* Graphic design page: keep path cards aligned with shared media frame */
.page-graphic-design .rs-paths .rs-hero__grid {
  align-items: stretch;
}

.page-graphic-design .rs-paths .rs-card {
  height: 100%;
  grid-template-rows: auto 1fr auto auto;
}

.page-graphic-design .rs-paths .rs-card__media {
  aspect-ratio: 4 / 5;
}

.page-graphic-design .rs-paths .rs-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-graphic-design .rs-paths .rs-card__media--focus-left img {
  object-position: left center;
}

@media (max-width: 900px) {
  .rs-hero__grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-inline: auto;
  }

  .rs-hero__title {
    max-width: none;
    font-size: 2.625rem;
  }
}

/* —— Stack ticker —— */
.px-stack {
  background: var(--px-btn);
  border-bottom: none;
  padding: 1.15rem 0 1.25rem;
  overflow: hidden;
}

.px-stack__title {
  margin: 0 0 0.65rem;
  text-align: center;
  font-family: var(--px-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--px-cream) 72%, transparent);
}

.px-stack__viewport {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.px-stack__track {
  display: flex;
  width: max-content;
  animation: px-stack-scroll 42s linear infinite !important;
}

.px-stack__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem 1.15rem;
}

.px-stack__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  color: var(--px-cream);
  font-family: var(--px-font);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.px-stack__icon {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes px-stack-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-stack__track {
    animation: none !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .px-stack__list[aria-hidden="true"] {
    display: none;
  }

  .px-stack__list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.75rem;
  }

  .px-stack__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.page-services .px-stack__track {
  animation-duration: 78s !important;
}

/* Light stack band (Services tools + Testimonials Google reviews) */
.page-services .px-stack,
.px-stack--light {
  background: #fff;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.page-services .px-stack__title,
.page-testimonials .px-stack__title,
.px-stack--light .px-stack__title {
  color: var(--px-muted);
}

.page-services .px-stack__item,
.page-testimonials .px-stack__item,
.px-stack--light .px-stack__item {
  color: var(--px-ink);
}

/* Website development — white tools band; pull help rule closer to marquee */
.page-website-development .px-stack {
  background: #fff;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0.55rem;
}

.page-website-development .px-svc-hero {
  background: #fff;
}

.page-website-development .px-stack__title {
  color: var(--px-muted);
}

.page-website-development .px-stack__item {
  color: var(--px-ink);
}

.page-website-development [data-px-help] {
  padding-top: 0.35rem;
  padding-bottom: clamp(4rem, 9vw, 7.5rem);
}

.page-website-development [data-px-help] .px-help__eyebrow {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  padding-top: 0.75rem;
}

/* —— Intro + form —— */
.px-intro {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(1.75rem, 3.5vw, 2.75rem);
  background: #fff;
}

.px-intro__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: stretch;
}

.px-intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0;
}

.px-intro__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 1.4rem + 1.8vw, 2.85rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.px-intro__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-intro__rule {
  width: 48px;
  height: 3px;
  background: var(--px-blue);
  margin-bottom: 1.25rem;
  border: 0;
}

.px-intro__text {
  margin: 0;
  color: var(--px-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 38rem;
}

.px-intro__text a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.px-intro__text + .px-intro__text {
  margin-top: 1rem;
}

/* Branding page: second audience band (logo refresh / known work) */
.px-brand-refresh {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: var(--px-cream);
  border-top: 1px solid var(--px-line);
  color: var(--px-ink);
}

.px-brand-refresh__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.px-brand-refresh__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-brand-refresh__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.85rem, 1.35rem + 1.5vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  max-width: 22ch;
}

.px-brand-refresh__text {
  margin: 0;
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 38rem;
}

.px-brand-refresh__text + .px-brand-refresh__text {
  margin-top: 1rem;
}

.px-brand-refresh__proof {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  background: #fff;
  border: 1px solid var(--px-line);
}

.px-brand-refresh__proof-label {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-ink);
}

.px-brand-refresh__proof-text {
  margin: 0 0 1.15rem;
  color: var(--px-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.px-brand-refresh__link {
  color: var(--px-blue);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.px-brand-refresh__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .px-brand-refresh__inner {
    grid-template-columns: 1fr;
  }

  .px-brand-refresh__title {
    max-width: none;
  }
}

.px-form {
  background: var(--px-fog);
  padding: clamp(1.5rem, 3vw, 2.15rem);
  border: 1px solid var(--px-line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.px-form__title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.35rem, 1.15rem + 0.6vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.px-form .field {
  margin-bottom: 0.85rem;
}

.px-form .field__label {
  display: none;
}

.px-form .field__input,
.px-form .field__textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 2px;
  padding: 0.95rem 1rem;
  font: inherit;
  font-size: 1.02rem;
  color: var(--px-ink);
}

.px-form .field__input:focus,
.px-form .field__textarea:focus {
  outline: 2px solid rgba(11, 99, 246, 0.25);
  border-color: var(--px-blue);
}

.px-form .field__textarea {
  min-height: 140px;
  resize: vertical;
  flex: 1;
}

.px-form__trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.px-form__actions {
  margin-top: auto;
  padding-top: 0.35rem;
}

.px-form .btn--primary {
  width: 100%;
  padding: 0.9em 1.15em;
  font-size: 1.02rem;
}

@media (max-width: 900px) {
  .px-form {
    min-height: 0;
    padding: clamp(1.35rem, 4vw, 1.85rem);
    gap: 0;
  }

  .px-form__title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 1.2rem + 0.8vw, 1.55rem);
  }

  .px-form .field {
    margin-bottom: 0.75rem;
  }

  .px-form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .px-form__fields .field {
    margin-bottom: 0;
  }

  .px-form__fields .field--full {
    grid-column: 1 / -1;
  }

  /* Compact stacked forms that don’t use the fields grid yet */
  .px-form:not(:has(.px-form__fields)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    align-content: start;
  }

  .px-form:not(:has(.px-form__fields)) > .px-form__title,
  .px-form:not(:has(.px-form__fields)) > .field:has(textarea),
  .px-form:not(:has(.px-form__fields)) > .field:has(select),
  .px-form:not(:has(.px-form__fields)) > .px-form__actions,
  .px-form:not(:has(.px-form__fields)) > .form-status,
  .px-form:not(:has(.px-form__fields)) > input[type="hidden"],
  .px-form:not(:has(.px-form__fields)) > .px-form__trap {
    grid-column: 1 / -1;
  }

  .px-form:not(:has(.px-form__fields)) > .field {
    margin-bottom: 0;
  }

  .px-form .field__input,
  .px-form .field__textarea {
    padding: 0.95rem 1rem;
    font-size: 1.05rem;
    min-height: 3rem;
  }

  .px-form .field__textarea {
    min-height: 120px;
    flex: none;
  }

  .px-form__actions {
    margin-top: 0.85rem;
    padding-top: 0;
  }

  .px-form:not(:has(.px-form__fields)) > .px-form__actions {
    margin-top: 0.35rem;
  }

  .px-form .btn--primary {
    padding: 1em 1.15em;
    font-size: 1.05rem;
    min-height: 3.15rem;
  }
}

/* Phones: full-width fields, larger touch targets */
@media (max-width: 560px) {
  .px-form {
    padding: 1.5rem 1.2rem 1.65rem;
  }

  .px-form__title {
    margin: 0 0 1.1rem;
    font-size: 1.45rem;
  }

  .px-form__fields,
  .px-form:not(:has(.px-form__fields)) {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .px-form .field__input,
  .px-form .field__textarea {
    padding: 1.05rem 1.1rem;
    font-size: 1.08rem;
    min-height: 3.25rem;
  }

  .px-form .field__textarea {
    min-height: 148px;
  }

  .px-form__actions {
    margin-top: 1rem;
  }

  .px-form .btn--primary {
    padding: 1.1em 1.2em;
    font-size: 1.08rem;
    min-height: 3.35rem;
  }
}

/* —— Featured case studies (Pixus-style inset two-col) —— */
.px-feature {
  background: #fff;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
}

.px-intro + .px-feature {
  padding-top: clamp(1rem, 2vw, 1.75rem);
}

.px-feature + .px-feature {
  padding-top: clamp(0.85rem, 2vw, 1.5rem);
}

.px-feature-more + .px-process,
.px-feature + .px-process {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

.px-feature__inner {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.px-feature--flip .px-feature__media {
  order: 2;
}

.px-feature__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  background: #111;
  text-decoration: none;
  color: inherit;
}

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

/* Branding page Rowem shot — keep width, use native ratio so nothing is cropped */
.page-px-branding .px-feature__media {
  aspect-ratio: 3024 / 1964;
}

/* Lincoln page — full-page site screenshot should not be cropped to a square */
.page-px-lincoln .px-feature__media {
  aspect-ratio: auto;
  background: var(--px-fog, #f7f5f2);
}

.page-px-lincoln .px-feature__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.px-feature__media--video {
  aspect-ratio: 1280 / 596;
}

.px-feature__media--video video {
  position: absolute;
  inset: 0;
  object-fit: contain;
  background: #111;
}

.px-feature__media--video .px-feature__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 42, 120, 0.04) 0%, rgba(6, 42, 120, 0.12) 55%, rgba(6, 42, 120, 0.2) 100%),
    rgba(6, 42, 120, 0.05);
  pointer-events: none;
  z-index: 1;
}

.px-feature__media--video .px-feature__controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
}

.px-feature__ctrl {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(252, 251, 249, 0.28);
  border-radius: 999px;
  background: rgba(14, 18, 23, 0.55);
  color: #fcfbf9;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  backdrop-filter: blur(6px);
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.px-feature__ctrl:hover {
  background: rgba(14, 18, 23, 0.78);
  border-color: rgba(252, 251, 249, 0.5);
}

.px-feature__ctrl:focus-visible {
  outline: 2px solid #fcfbf9;
  outline-offset: 2px;
}

.px-feature__ctrl-icon {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: currentColor;
}

.px-feature__ctrl-icon--play {
  clip-path: polygon(12% 0, 100% 50%, 12% 100%);
  width: 0.78rem;
  margin-left: 0.12rem;
}

.px-feature__ctrl-icon--pause {
  width: 0.72rem;
  height: 0.82rem;
  background:
    linear-gradient(currentColor, currentColor) left / 0.22rem 100% no-repeat,
    linear-gradient(currentColor, currentColor) right / 0.22rem 100% no-repeat;
}

.px-feature__ctrl-icon--unmuted,
.px-feature__ctrl-icon--muted {
  width: 1rem;
  height: 0.85rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E") center / contain no-repeat;
  background: currentColor;
}

.px-feature__ctrl-icon--muted {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.px-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

.px-feature:not(.px-feature--flip) .px-feature__body {
  margin: 0;
  padding-right: clamp(0.5rem, 2vw, 1.5rem);
}

.px-feature--flip .px-feature__body {
  margin: 0;
  padding-left: clamp(0.5rem, 2vw, 1.5rem);
}

.px-feature__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-feature__title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.85rem, 1.35rem + 1.4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.px-feature__title a {
  color: inherit;
  text-decoration: none;
}

.px-feature__title a:hover,
.px-feature__title a:focus-visible {
  color: var(--px-blue);
  outline: none;
}

.px-feature__text {
  margin: 0 0 1.5rem;
  color: var(--px-muted);
  font-size: clamp(1.02rem, 0.96rem + 0.25vw, 1.12rem);
  line-height: 1.65;
  max-width: 36rem;
}

.px-feature__text a {
  color: var(--px-blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.px-feature__link {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--px-blue);
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
  text-decoration: none;
  align-self: flex-start;
  cursor: pointer;
}

.px-feature__link:hover,
.px-feature__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.px-feature__link .px-portfolio__card-cta {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Inspiration band — Rocketspark “Get website inspiration” pattern */
.px-inspire {
  background: #e4ebf2;
  color: var(--px-ink);
}

.px-inspire__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  padding: clamp(2.5rem, 6vw, 6.5rem) 20px clamp(2rem, 4vw, 4rem);
  text-align: center;
}

.px-inspire__title {
  margin: 0;
  max-width: 18ch;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.px-inspire__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 4.375rem;
  padding: 0.7em 1.15em;
  border: none;
  border-radius: var(--px-btn-radius);
  background: var(--px-white);
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.px-inspire__btn:hover {
  background: var(--px-cream);
  color: var(--px-ink);
}

.px-inspire__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 0.5rem 20px clamp(2.5rem, 5vw, 4.5rem);
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .px-inspire__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.px-inspire__shot {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.px-inspire__shot-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: rgba(44, 48, 53, 0.06);
}

.px-inspire__shot-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.px-inspire__shot:hover .px-inspire__shot-media img,
.px-inspire__shot:focus-visible .px-inspire__shot-media img {
  transform: scale(1.03);
}

.px-inspire__shot-label {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.px-inspire__shot-name {
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  transition: color 0.15s ease-out;
}

.px-inspire__shot-desc {
  color: color-mix(in srgb, var(--px-ink) 55%, transparent);
  font-family: var(--px-font);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
  transition: color 0.15s ease-out;
}

.px-inspire__shot:hover .px-inspire__shot-name,
.px-inspire__shot:focus-visible .px-inspire__shot-name {
  color: var(--px-blue);
}

.px-inspire__shot:hover .px-inspire__shot-desc,
.px-inspire__shot:focus-visible .px-inspire__shot-desc {
  color: var(--px-blue);
}

.px-inspire__more {
  justify-self: center;
  margin-top: 0.35rem;
  color: var(--px-ink);
}

.px-inspire__more:hover {
  color: var(--px-ink);
}

@media (min-width: 720px) {
  .px-inspire__more {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
  }
}

.px-feature-more {
  display: flex;
  justify-content: center;
  padding: 0.75rem 20px 0.85rem;
  background: #fff;
}

.px-feature-more:has(+ .px-cta) {
  padding-bottom: clamp(2.75rem, 5.5vw, 4rem);
}

.px-feature-more__btn {
  color: var(--px-blue);
  font-family: var(--px-font);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  background: none;
  padding: 0;
  border-radius: 0;
}

.px-feature-more__btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  color: var(--px-blue);
}

/* Scroll fade-ins (Pixus-style) */
.px-feature[data-px-feature-animate]:not(.is-revealed) [data-px-feature-media] {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}

.px-feature[data-px-feature-animate]:not(.is-revealed) [data-px-feature-body] {
  opacity: 0;
  transform: translate3d(1.25rem, 0, 0);
}

.px-feature--flip[data-px-feature-animate]:not(.is-revealed) [data-px-feature-body] {
  transform: translate3d(-1.25rem, 0, 0);
}

.px-feature[data-px-feature-animate] [data-px-feature-media],
.px-feature[data-px-feature-animate] [data-px-feature-body] {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-feature[data-px-feature-animate].is-revealed [data-px-feature-media],
.px-feature[data-px-feature-animate].is-revealed [data-px-feature-body] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.px-feature[data-px-feature-animate].is-revealed [data-px-feature-body] {
  transition-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .px-feature[data-px-feature-animate]:not(.is-revealed) [data-px-feature-media],
  .px-feature[data-px-feature-animate]:not(.is-revealed) [data-px-feature-body] {
    opacity: 1;
    transform: none;
  }

  .px-feature[data-px-feature-animate] [data-px-feature-media],
  .px-feature[data-px-feature-animate] [data-px-feature-body] {
    transition: none;
  }
}

/* —— Our process —— */
.px-process {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  background: #fff;
}

.px-process__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-process__head {
  margin: 0 auto 2.25rem;
  max-width: 36rem;
  text-align: center;
}

.px-process__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--px-muted);
  font-size: 1rem;
}

.px-process__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 1.35rem + 1.4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.px-process__lead {
  margin: 0;
  color: var(--px-muted);
  line-height: 1.6;
  font-size: 1.05rem;
}

.px-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  counter-reset: none;
  position: relative;
}

.px-process__step {
  position: relative;
  padding: 1.35rem 1.2rem 1.4rem;
  border: 1px solid transparent;
  background: var(--px-btn);
  color: var(--px-cream);
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.px-process__num {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8eb6ff;
}

.px-process__name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--px-cream);
}

.px-process__text {
  margin: 0;
  color: rgba(252, 251, 249, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Process scroll-reveal animation */
.px-process__list[data-px-process-animate]:not(.is-revealed) .px-process__step {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
}

.px-process__list[data-px-process-animate] .px-process__step {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.px-process__list[data-px-process-animate]:not(.is-revealed) .px-process__num {
  opacity: 0;
  transform: translate3d(0, 0.4rem, 0) scale(0.92);
}

.px-process__list[data-px-process-animate] .px-process__num {
  display: inline-block;
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-process__list.is-revealed .px-process__step {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.px-process__list.is-revealed .px-process__num {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.px-process__list.is-revealed .px-process__step:nth-child(1) {
  transition-delay: 0.05s;
}

.px-process__list.is-revealed .px-process__step:nth-child(1) .px-process__num {
  transition-delay: 0.12s;
}

.px-process__list.is-revealed .px-process__step:nth-child(2) {
  transition-delay: 0.18s;
}

.px-process__list.is-revealed .px-process__step:nth-child(2) .px-process__num {
  transition-delay: 0.26s;
}

.px-process__list.is-revealed .px-process__step:nth-child(3) {
  transition-delay: 0.32s;
}

.px-process__list.is-revealed .px-process__step:nth-child(3) .px-process__num {
  transition-delay: 0.4s;
}

.px-process__list.is-revealed .px-process__step:hover {
  border-color: rgba(142, 182, 255, 0.35);
  box-shadow: 0 12px 32px rgba(14, 18, 23, 0.28);
}

/* Connector line that draws across after steps enter */
.px-process__list[data-px-process-animate]::before {
  content: "";
  position: absolute;
  top: 1.85rem;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--px-line);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}

.px-process__list[data-px-process-animate].is-revealed::before {
  transform: scaleX(1);
}

.px-process__list[data-px-process-animate] .px-process__step {
  z-index: 1;
}

@media (max-width: 960px) {
  .px-process__list[data-px-process-animate]::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-process__list[data-px-process-animate]:not(.is-revealed) .px-process__step,
  .px-process__list[data-px-process-animate]:not(.is-revealed) .px-process__num {
    opacity: 1;
    transform: none;
  }

  .px-process__list[data-px-process-animate] .px-process__step,
  .px-process__list[data-px-process-animate] .px-process__num,
  .px-process__list[data-px-process-animate]::before {
    transition: none;
  }

  .px-process__list[data-px-process-animate]::before {
    transform: scaleX(1);
  }
}

/* —— Services (homepage slider + services page cards) —— */
.px-help {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #fff;
}

.px-help__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-help__head {
  margin-bottom: 2rem;
  text-align: center;
}

.px-help__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--px-muted);
  font-size: 1rem;
}

.px-help__title {
  margin: 0;
  font-size: clamp(1.85rem, 1.35rem + 1.4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.px-help__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.px-help__card {
  background: #fff;
  border: 1px solid var(--px-line);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 190px;
}

.px-help__card img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  max-height: 220px;
  object-fit: cover;
  display: block;
}

.px-help__img--right {
  object-position: 88% center;
}

.px-help__card-body {
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}

.px-help__card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.px-help__card p {
  margin: 0;
  color: var(--px-muted);
  line-height: 1.55;
  font-size: 1rem;
}

.px-help__card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.6em 1.1em;
  background: var(--px-btn);
  color: var(--px-cream);
  font-family: var(--px-font);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--px-btn-radius);
  transition: background-color 0.15s ease-out;
}

.px-help__card a:hover {
  background: var(--px-btn-hover);
  color: var(--px-cream);
  text-decoration: none;
}

/* Homepage “How we can help” slider */
[data-px-help] {
  padding: clamp(4rem, 9vw, 7.5rem) 0;
  overflow: hidden;
}

[data-px-help] .px-help__inner {
  width: min(100% - 40px, 1120px);
}

[data-px-help] .px-help__eyebrow {
  position: relative;
  margin: 0 0 clamp(1.75rem, 4vw, 3.5rem);
  padding-top: 1rem;
  color: var(--px-ink);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-px-help] .px-help__eyebrow-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--px-ink);
}

[data-px-help] .px-help__title {
  max-width: 16ch;
  color: var(--px-ink);
  font-size: clamp(2rem, 1.35rem + 2.2vw, 3.25rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.px-help__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  align-items: end;
}

.px-help__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.px-help__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.65em 1.1em;
  border: 1.5px solid var(--px-ink);
  border-radius: 0;
  background: transparent;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.px-help__btn:hover,
.px-help__btn:focus-visible {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
  outline: none;
}

.px-help__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

.px-help__media {
  position: relative;
  aspect-ratio: 6000 / 4171;
  width: 100%;
  overflow: hidden;
  background: var(--px-fog);
  align-self: start;
}

.px-help__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.px-help__image.is-active {
  opacity: 1;
  pointer-events: auto;
}

.px-help__image--bottom {
  object-position: center 78%;
}

.px-help__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
}

.px-help__panels {
  position: relative;
}

.px-help__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.px-help__panel[hidden] {
  display: none;
}

.px-help__panel h3 {
  margin: 0;
  color: var(--px-ink);
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.px-help__panel p {
  margin: 0;
  color: var(--px-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.px-help__cta {
  margin-top: 0.35rem;
}

.px-help__progress {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.px-help__progress-track {
  width: 100%;
  height: 1px;
  background: var(--px-line);
}

.px-help__progress-bar {
  height: 1px;
  width: 20%;
  background: var(--px-ink);
  transition: width 0.3s ease;
}

.px-help__count {
  margin: 0;
  color: var(--px-ink);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (min-width: 860px) {
  .px-help__top {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .px-help__controls {
    justify-content: flex-end;
  }

  .px-help__stage {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  .px-help__media {
    width: 100%;
  }

  .px-help__copy {
    min-height: 100%;
    padding-top: 0.15rem;
  }
}

@media (max-width: 859px) {
  .px-help__grid {
    grid-template-columns: 1fr;
  }

  .px-help__card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    min-height: 180px;
  }

  .px-help__card img {
    min-height: 180px;
    max-height: 200px;
  }

  .px-help__card-body {
    padding: 1rem 1.1rem;
  }
}

/* —— Clients strip —— */
.px-clients {
  padding: clamp(2rem, 3.5vw, 2.75rem) 0;
  background: #fff;
  border-top: none;
  overflow: hidden;
}

.px-clients__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto 1rem;
  text-align: center;
}

.px-clients__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--px-muted);
}

.px-clients__title {
  margin: 0;
  font-size: clamp(1.6rem, 1.25rem + 1.1vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.px-clients__marquee {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  padding: 0.35rem 0 0.5rem;
}

.px-clients__track {
  display: flex;
  width: max-content;
}

.px-clients__track--left {
  animation: px-clients-scroll-left 48s linear infinite;
}

.px-clients__track--right {
  animation: px-clients-scroll-right 52s linear infinite;
}

.px-clients__set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.px-clients__item {
  flex: 0 0 11.5rem;
  width: 11.5rem;
  height: 4.75rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 0 1.15rem;
}

.px-clients__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.px-clients__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 2.85rem;
  object-fit: contain;
  object-position: center;
}

/* Keep marks / taller marks readable without blowing the cell */
.px-clients__item--chilenas img,
.px-clients__item--mark img,
.px-clients__item--remington img {
  max-height: 3.35rem;
}

.px-clients__item--bellino img {
  max-height: 3.7rem;
}

.px-clients__item--lux img,
.px-clients__item--tikal img {
  max-height: 2.35rem;
}

.px-clients__item--sorias img {
  max-height: 2.6rem;
}

.px-clients__item--lincoln img {
  max-height: 2.85rem;
}

.px-clients__item--rowem img {
  max-height: 3.15rem;
}

@keyframes px-clients-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes px-clients-scroll-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* —— Instagram strip (modern feed look, links to live IG) —— */
.px-igram {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(3rem, 5.5vw, 4.5rem);
  background:
    linear-gradient(180deg, #fff 0%, var(--px-cream) 42%, var(--px-cream) 100%);
  overflow: hidden;
}

.px-igram__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  position: relative;
}

.px-igram__tag {
  margin: 0 0 1.35rem;
  font-family: var(--px-font);
  font-size: clamp(2.8rem, 1.4rem + 5vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: color-mix(in srgb, var(--px-ink) 10%, transparent);
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
}

.px-igram__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.35rem;
}

.px-igram__profile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.px-igram__avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--px-line);
  flex: 0 0 auto;
}

.px-igram__handle {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--px-ink);
}

.px-igram__note {
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  color: var(--px-muted);
}

.px-igram__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.px-igram__follow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border-radius: var(--px-btn-radius);
  background: var(--px-btn);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.px-igram__follow:hover,
.px-igram__follow:focus-visible {
  background: var(--px-btn-hover);
  color: #fff;
}

.px-igram__follow:focus-visible {
  outline: 2px solid var(--px-ink);
  outline-offset: 3px;
}

.px-igram__ig {
  display: block;
  flex: 0 0 auto;
}

.px-igram__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.px-igram__shot {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--px-fog);
  color: inherit;
  text-decoration: none;
}

.px-igram__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 380ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.px-igram__shot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 23, 0.0);
  transition: background 220ms ease;
  pointer-events: none;
}

.px-igram__shot-overlay::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.65rem;
  height: 1.65rem;
  border: 1.75px solid #fff;
  border-radius: 0.4rem;
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.92);
  transition: opacity 220ms ease, transform 220ms ease;
  box-shadow: inset 0 0 0 0 #fff;
}

.px-igram__shot-overlay::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border: 1.75px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease;
}

.px-igram__shot:hover img,
.px-igram__shot:focus-visible img {
  transform: scale(1.045);
}

.px-igram__shot:hover .px-igram__shot-overlay,
.px-igram__shot:focus-visible .px-igram__shot-overlay {
  background: rgba(14, 18, 23, 0.34);
}

.px-igram__shot:hover .px-igram__shot-overlay::before,
.px-igram__shot:hover .px-igram__shot-overlay::after,
.px-igram__shot:focus-visible .px-igram__shot-overlay::before,
.px-igram__shot:focus-visible .px-igram__shot-overlay::after {
  opacity: 1;
}

.px-igram__shot:hover .px-igram__shot-overlay::after,
.px-igram__shot:focus-visible .px-igram__shot-overlay::after {
  transform: translate(-50%, -46%) scale(1);
}

.px-igram__shot:focus-visible {
  outline: 2px solid var(--px-ink);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .px-igram__grid {
    gap: 0.4rem;
  }

  .px-igram__tag {
    margin-bottom: 1rem;
  }

  .px-igram__head {
    margin-bottom: 1rem;
  }

  .px-igram__actions {
    width: 100%;
  }

  .px-igram__follow {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-igram__shot img,
  .px-igram__shot-overlay,
  .px-igram__shot-overlay::before,
  .px-igram__shot-overlay::after {
    transition: none;
  }

  .px-igram__shot:hover img,
  .px-igram__shot:focus-visible img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-clients__track--left,
  .px-clients__track--right {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 1.25rem;
  }

  .px-clients__track [aria-hidden="true"] {
    display: none;
  }
}

/* —— CTA (same soft blue as .px-inspire) —— */
.px-cta,
.page-home .px-cta {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  background: #e4ebf2;
  color: var(--px-ink, #2c3035);
  text-align: left;
}

.px-cta__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.px-cta__eyebrow {
  margin: 0 0 0.35rem;
  opacity: 0.72;
}

.px-cta__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 1.3rem + 1.3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.px-cta__text {
  margin: 0;
  opacity: 0.88;
  max-width: 36rem;
  line-height: 1.55;
}

.px-cta__text a {
  color: var(--px-ink, #2c3035);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.px-cta .btn--primary {
  background: var(--px-white, #fff);
  color: var(--px-ink, #2c3035);
}

.px-cta .btn--primary:hover {
  background: var(--px-cream, #fcfbf9);
  color: var(--px-ink, #2c3035);
}

@media (max-width: 960px) {
  .px-slide {
    grid-template-columns: 1fr;
  }

  .px-slide__visual {
    min-height: 42vh;
    order: -1;
  }

  .px-slide__copy {
    justify-content: center;
    padding-bottom: 3.5rem;
  }

  .px-intro__inner,
  .px-feature__inner,
  .px-process__list {
    grid-template-columns: 1fr;
  }

  .px-process__list {
    grid-template-columns: 1fr 1fr;
  }

  .px-feature--flip .px-feature__media {
    order: 0;
  }

  .px-feature__body,
  .px-feature:not(.px-feature--flip) .px-feature__body,
  .px-feature--flip .px-feature__body {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .px-hero__track,
  .px-hero {
    min-height: auto;
  }

  .px-hero__track {
    height: auto;
    min-height: 0;
  }

  .px-slide {
    position: relative;
    display: none;
    min-height: 0;
  }

  .px-slide.is-active {
    display: grid;
  }
}

@media (max-width: 640px) {
  .page-home .nav__phone-text {
    display: none;
  }

  .px-process__list {
    grid-template-columns: 1fr;
  }
}

/* —— Service page hero —— */
.px-svc-hero {
  padding: clamp(7.75rem, 12.5vw, 9.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: var(--px-cream);
}

.px-svc-hero__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.px-svc-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.px-svc-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 1.5rem + 2.8vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--px-ink);
}

.page-search-engine-optimization .px-svc-hero__title {
  max-width: 14ch;
  min-height: 3.6em;
  font-size: clamp(2.85rem, 1.35rem + 4.2vw, 5.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.92;
  white-space: pre-line;
}

.page-search-engine-optimization .px-svc-hero__title .rs-hero__title-text {
  white-space: pre-line;
}

.page-search-engine-optimization .px-svc-hero__title .rs-hero__caret,
.page-search-engine-optimization .px-svc-hero__title .rs-hero__end {
  color: var(--px-blue);
}

.page-search-engine-optimization .px-svc-hero__rotate-word,
.page-search-engine-optimization .px-svc-hero__rotate-period {
  color: inherit;
  transition: color 0.35s ease;
}

.page-search-engine-optimization .px-svc-hero__rotate-word.is-accent,
.page-search-engine-optimization .px-svc-hero__rotate-period.is-accent {
  color: var(--px-blue);
}

.px-svc-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: var(--px-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.px-svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.px-svc-hero__media {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #eee;
  aspect-ratio: 4 / 3;
}

.px-svc-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.px-svc-hero__media--contain {
  aspect-ratio: auto;
  background: #e4ebf2;
}

.px-svc-hero__media--contain img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* About-style solid hero (branding page) — ink field + image on the right */
.px-svc-hero--banner {
  margin-top: 108px;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
  color: #fcfbf9;
  background: var(--px-ink);
}

.px-svc-hero__inner--banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  text-align: left;
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-svc-hero__inner--banner .px-svc-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.px-svc-hero__media--banner {
  border-radius: 0.35rem;
  background: rgba(252, 251, 249, 0.06);
  aspect-ratio: 4 / 3;
}

.px-svc-hero__media--banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.px-svc-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(252, 251, 249, 0.72);
}

.px-svc-hero__crumb a {
  color: inherit;
  text-decoration: none;
}

.px-svc-hero__crumb a:hover {
  color: #fff;
}

.px-svc-hero__title--banner {
  margin: 0 0 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  max-width: none;
  font-size: clamp(2.5rem, 1.35rem + 3.8vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #fcfbf9;
}

.px-svc-hero__line--accent {
  color: #7eb0ff;
}

.px-svc-hero__lead--banner {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: rgba(252, 251, 249, 0.84);
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem);
  line-height: 1.55;
}

.px-svc-hero--banner .btn--secondary {
  background: transparent;
  color: #fcfbf9;
  box-shadow: inset 0 0 0 1.5px rgba(252, 251, 249, 0.88);
}

.px-svc-hero--banner .btn--secondary:hover {
  background: #fcfbf9;
  color: var(--px-ink);
}

@media (max-width: 960px) {
  .px-svc-hero__inner--banner {
    grid-template-columns: 1fr;
  }

  .px-svc-hero__media--banner {
    order: -1;
    max-width: 520px;
    width: 100%;
  }

  .px-svc-hero__title--banner {
    font-size: clamp(2.35rem, 1.3rem + 5vw, 3.5rem);
  }
}

/* —— Shared page intro (services + work) —— */
.page-services .px-svc-intro,
.page-work .px-svc-intro {
  padding: clamp(6.75rem, 12vw, 9rem) 0 clamp(2rem, 4vw, 3rem);
  background: #fff;
}

.page-services .px-svc-intro {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.page-services .px-svc-intro__inner,
.page-work .px-svc-intro__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.page-services .px-svc-intro__logo {
  position: absolute;
  right: max(-4rem, calc(50% - 36rem + 5vw));
  top: 63%;
  z-index: 0;
  width: clamp(11rem, 28vw, 20rem);
  height: auto;
  pointer-events: none;
  opacity: 0.03;
  transform: translateY(-50%);
  filter: saturate(0.85);
  animation: px-svc-intro-logo-drift 14s ease-in-out infinite;
}

.page-services .px-svc-intro__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes px-svc-intro-logo-drift {
  0%,
  100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 0.65rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-services .px-svc-intro__logo {
    animation: none;
  }
}

@media (max-width: 1023px) {
  .page-services .px-svc-intro__logo {
    display: none;
  }
}

.page-services .px-svc-intro__crumb,
.page-work .px-svc-intro__crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  color: var(--px-muted);
  font-size: 0.95rem;
  font-weight: 400;
}

.page-services .px-svc-intro__crumb a,
.page-work .px-svc-intro__crumb a {
  color: var(--px-ink);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-services .px-svc-intro__crumb a:hover,
.page-work .px-svc-intro__crumb a:hover {
  color: var(--px-blue);
}

.page-services .px-svc-intro__title,
.page-work .px-svc-intro__title {
  margin: 0;
  max-width: 12ch;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: clamp(2.75rem, 1.4rem + 4.5vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.page-services .px-svc-intro__title span,
.page-work .px-svc-intro__title span {
  display: block;
}

.page-work .px-svc-intro__title {
  max-width: 14ch;
}

/* —— Work page portfolio —— */
.page-work .px-portfolio {
  padding: 0 0 clamp(4rem, 9vw, 7rem);
  background: #fff;
  overflow-x: clip;
}

.page-work .px-portfolio__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.page-work .px-portfolio__eyebrow,
.px-best .px-portfolio__eyebrow {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  padding-top: 1rem;
  border-top: 2px solid var(--px-ink);
  color: var(--px-ink);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-work .px-portfolio__eyebrow-line,
.px-best .px-portfolio__eyebrow-line {
  display: none;
}

.page-work .px-portfolio__featured-row,
.px-best .px-portfolio__featured-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.page-work .px-portfolio__thumb,
.px-best .px-portfolio__thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--px-fog);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.page-work .px-portfolio__thumb img,
.px-best .px-portfolio__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.2s ease;
}

.page-work .px-portfolio__thumb:hover img,
.px-best .px-portfolio__thumb:hover img {
  transform: scale(1.04);
  opacity: 0.92;
}

.px-best {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1rem, 2vw, 1.5rem);
  background: #fff;
  color: var(--px-ink);
}

.px-best__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.px-best .px-portfolio__featured-row {
  margin-bottom: 0;
}

.page-about .px-best {
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2rem, 4vw, 3rem);
}

.page-about .px-best__inner {
  width: min(100% - 40px, 1200px);
}

.page-about .px-best .px-portfolio__featured-row {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.page-about .px-best .px-portfolio__thumb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.page-about .px-best .px-portfolio__thumb:focus-visible {
  outline: 2px solid var(--px-blue);
  outline-offset: 3px;
}

.page-about .px-best .px-portfolio__thumb-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--px-fog);
}

.page-about .px-best .px-portfolio__thumb-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.2s ease;
}

.page-about .px-best .px-portfolio__thumb:hover .px-portfolio__thumb-media img {
  transform: scale(1.04);
  opacity: 0.92;
}

.page-about .px-best .px-portfolio__thumb-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--px-ink);
}

.page-about .px-best .px-portfolio__thumb:hover .px-portfolio__thumb-label {
  color: var(--px-blue);
}

.page-work .px-portfolio__layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.page-work .px-portfolio__side-title {
  margin: 0;
  color: var(--px-ink);
  font-size: clamp(1.85rem, 1.3rem + 1.5vw, 2.5rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page-work .px-portfolio__main {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
  min-width: 0;
}

.page-work .px-portfolio__featured {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.page-work .px-portfolio__featured-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.page-work .px-portfolio__featured-label {
  margin: 0;
  color: #6b7077;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-work .px-portfolio__featured-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-work .px-portfolio__featured-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.55em 1em;
  border: 1.5px solid var(--px-ink);
  border-radius: 0;
  background: transparent;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.page-work .px-portfolio__featured-btn:hover,
.page-work .px-portfolio__featured-btn:focus-visible {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
  outline: none;
}

.page-work .px-portfolio__featured-media {
  position: relative;
  display: block;
  width: fit-content;
  max-width: min(100%, 46rem);
  margin-inline: auto;
  line-height: 0;
  background: transparent;
  overflow: hidden;
}

.page-work .px-portfolio__featured-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: min(100%, 46rem);
  height: auto;
  max-height: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.page-work .px-portfolio__featured-slide.is-active {
  position: relative;
  max-height: min(58vh, 34rem);
  width: auto;
  max-width: min(100%, 46rem);
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.page-work .px-portfolio__featured-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.page-work .px-portfolio__featured-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.25rem;
}

.page-work .px-portfolio__featured-progress-track {
  flex: 1;
  height: 2px;
  background: rgba(44, 48, 53, 0.15);
}

.page-work .px-portfolio__featured-progress-bar {
  height: 100%;
  width: 33.333%;
  background: var(--px-ink);
  transition: width 0.3s ease;
}

.page-work .px-portfolio__featured-count {
  margin: 0;
  flex: 0 0 auto;
  color: #6b7077;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.page-work .px-portfolio__name {
  margin: 0 0 0.2rem;
  font-size: clamp(1.2rem, 1.05rem + 0.55vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page-work .px-portfolio__name a {
  color: var(--px-ink);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-work .px-portfolio__name a:hover {
  color: var(--px-blue);
}

.page-work .px-portfolio__services {
  margin: 0;
  color: #6b7077;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
}

.page-work .px-portfolio__lede {
  margin: 0;
  color: var(--px-ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 36rem;
}

.page-work .px-portfolio__featured-copy p:not(.px-portfolio__lede) {
  display: none;
}

.page-work .px-portfolio__visit {
  display: inline-flex;
  align-items: center;
  margin-top: 0.15rem;
  color: var(--px-blue);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.page-work .px-portfolio__visit:hover {
  color: var(--px-blue-dark);
}

.page-work .px-portfolio__filter {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0.75rem 0 1.35rem;
}

.page-work .px-portfolio__filter-label {
  margin: 0;
  color: #6b7077;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.page-work .px-portfolio__filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.15rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.page-work .px-portfolio__filter-tab {
  appearance: none;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 0.55em 0.95em 0.65em;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #6b7077;
  font-family: var(--px-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.18s ease-out,
    border-color 0.18s ease-out,
    background-color 0.18s ease-out;
}

.page-work .px-portfolio__filter-tab:hover {
  background: transparent;
  color: var(--px-ink);
}

.page-work .px-portfolio__filter-tab.is-active {
  background: transparent;
  color: var(--px-blue);
  border-bottom-color: var(--px-blue);
}

.page-work .px-portfolio__filter-tab:focus-visible {
  outline: 2px solid var(--px-blue);
  outline-offset: 3px;
}

.page-work .px-portfolio__grid > li.is-filtered-out,
.page-work .px-portfolio__grid > li[hidden] {
  display: none !important;
}

.page-work .px-portfolio__grid {
  transition:
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work .px-portfolio__grid.is-page-leaving {
  opacity: 0;
  transform: translate3d(0, 0.75rem, 0);
  pointer-events: none;
}

.page-work .px-portfolio__grid.is-page-entering {
  opacity: 1;
  transform: none;
}

.page-work .px-portfolio__grid[data-px-portfolio-grid] > li.is-page-enter,
.page-work .px-portfolio__grid[data-px-portfolio-animate].is-revealed > li.is-page-enter {
  opacity: 0;
  transform: translate3d(0, 1.15rem, 0);
  transition: none;
}

.page-work .px-portfolio__grid[data-px-portfolio-grid] > li.is-page-enter-active,
.page-work .px-portfolio__grid[data-px-portfolio-animate].is-revealed > li.is-page-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--page-delay, 0ms),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--page-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .page-work .px-portfolio__grid,
  .page-work .px-portfolio__grid > li.is-page-enter,
  .page-work .px-portfolio__grid > li.is-page-enter-active {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.page-work .px-portfolio__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.page-work .px-portfolio__pager[hidden] {
  display: none !important;
}

.page-work .px-portfolio__pager-btn,
.page-work .px-portfolio__pager-num {
  appearance: none;
  margin: 0;
  border: 1.5px solid var(--px-ink);
  border-radius: 0;
  background: transparent;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.page-work .px-portfolio__pager-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55em 1em;
}

.page-work .px-portfolio__pager-num {
  min-width: 2.4rem;
  padding: 0.55em 0.7em;
}

.page-work .px-portfolio__pager-nums {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.page-work .px-portfolio__pager-btn:hover,
.page-work .px-portfolio__pager-btn:focus-visible,
.page-work .px-portfolio__pager-num:hover,
.page-work .px-portfolio__pager-num:focus-visible {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
  outline: none;
}

.page-work .px-portfolio__pager-num.is-active {
  background: var(--px-ink);
  border-color: var(--px-ink);
  color: #fff;
}

.page-work .px-portfolio__pager-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Project case-study modal */
.px-project-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(0.85rem, 2vw, 1.5rem);
}

.px-project-modal[hidden] {
  display: none !important;
}

.px-project-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 48, 53, 0.62);
  backdrop-filter: blur(4px);
}

.px-project-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  width: fit-content;
  max-width: min(calc(100vw - 1.5rem), 90rem);
  max-height: min(92vh, 52rem);
  overflow: hidden;
  background: #fff;
  border: 1.5px solid rgba(11, 99, 246, 0.5);
  box-shadow:
    0 28px 80px rgba(44, 48, 53, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  transform: translate3d(0, 1rem, 0) scale(0.985);
  opacity: 0;
  transition:
    opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-project-modal.is-open .px-project-modal__dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.px-project-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  padding: 0;
  border: 1.5px solid rgba(44, 48, 53, 0.18);
  background: #fff;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.px-project-modal__close:hover,
.px-project-modal__close:focus-visible {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
  outline: none;
}

.px-project-modal__media {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid rgba(44, 48, 53, 0.08);
  line-height: 0;
  overflow: hidden;
}

.px-project-modal__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 34rem);
  max-height: min(70vh, 46rem);
}

.px-project-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.35rem;
  min-width: 0;
  min-height: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.px-project-modal__copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.px-project-modal__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: var(--px-blue);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.px-project-modal__eyebrow-line {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--px-blue);
}

.px-project-modal__title {
  margin: 0;
  color: var(--px-ink);
  font-size: clamp(1.65rem, 1.25rem + 1.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.px-project-modal__tags {
  margin: 0;
  color: #6b7077;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.45;
}

.px-project-modal__divider {
  width: 100%;
  height: 1px;
  margin: 0.25rem 0 0.1rem;
  background: rgba(44, 48, 53, 0.12);
}

.px-project-modal__scope-label {
  margin: 0;
  color: var(--px-ink);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.px-project-modal__scope {
  counter-reset: px-scope;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1.5px solid var(--px-ink);
}

.px-project-modal__scope li {
  counter-increment: px-scope;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem 1.1rem;
  align-items: end;
  margin: 0;
  padding: 1rem 0 1.05rem;
  border-bottom: 1px solid rgba(44, 48, 53, 0.16);
  background: transparent;
  color: var(--px-ink);
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.px-project-modal__scope li::before {
  content: none;
}

.px-project-modal__scope li::after {
  content: counter(px-scope, decimal-leading-zero);
  color: var(--px-blue);
  font-size: clamp(1.85rem, 1.45rem + 1.1vw, 2.5rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.px-project-modal__visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  align-self: stretch;
  margin: 0;
  padding: 0.9em 1.25em;
  border: 1.5px solid var(--px-blue);
  background: var(--px-blue);
  color: #fff;
  font-family: var(--px-font);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
}

.px-project-modal__visit:hover,
.px-project-modal__visit:focus-visible {
  background: var(--px-blue-dark);
  border-color: var(--px-blue-dark);
  color: #fff;
  outline: none;
}

/* Mobile: image capped, body scrolls, scope numbers stay visible */
@media (max-width: 899px) {
  .px-project-modal {
    padding: 0.55rem;
    padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
    place-items: stretch center;
    align-items: stretch;
  }

  .px-project-modal__dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    max-height: min(94dvh, 94vh);
    margin: auto 0;
    overflow: hidden;
  }

  .px-project-modal__close {
    top: 0.55rem;
    right: 0.55rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .px-project-modal__media {
    flex: 0 0 auto;
    width: 100%;
    max-height: min(34vh, 14rem);
  }

  .px-project-modal__media img {
    width: 100%;
    max-width: 100%;
    height: min(34vh, 14rem);
    max-height: min(34vh, 14rem);
    object-fit: cover;
    object-position: top center;
  }

  .px-project-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    gap: 1.1rem;
    padding: 1.1rem 1.1rem 1.25rem;
    overflow-x: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .px-project-modal__tags {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    word-break: break-word;
  }

  .px-project-modal__scope {
    width: 100%;
  }

  .px-project-modal__scope li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem 0.85rem;
    align-items: start;
    padding: 0.85rem 0;
  }

  /* Numbers on the left so they aren’t clipped at the right edge */
  .px-project-modal__scope li::before {
    content: counter(px-scope, decimal-leading-zero);
    color: var(--px-blue);
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    padding-top: 0.1rem;
  }

  .px-project-modal__scope li::after {
    content: none;
  }

  .px-project-modal__visit {
    position: sticky;
    bottom: 0;
    z-index: 1;
    margin-top: 0.25rem;
    box-shadow: 0 -8px 16px rgba(255, 255, 255, 0.9);
  }
}

@media (min-width: 900px) {
  .px-project-modal__dialog {
    grid-template-columns: auto minmax(18rem, 22rem);
    align-items: stretch;
    width: fit-content;
    max-height: min(90vh, 48rem);
  }

  .px-project-modal__media {
    border-bottom: 0;
    border-right: 1px solid rgba(44, 48, 53, 0.08);
    padding: 0;
    max-height: min(90vh, 48rem);
  }

  .px-project-modal__media img {
    max-width: min(48vw, 36rem);
    max-height: min(90vh, 48rem);
  }

  .px-project-modal__body {
    max-height: min(90vh, 48rem);
    padding: clamp(1.35rem, 2.5vw, 1.85rem);
  }

  .px-project-modal__visit {
    align-self: flex-start;
    min-width: 12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-project-modal__dialog {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

body.px-project-modal-open {
  overflow: hidden;
}

.page-work .px-portfolio__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: start;
}

.page-work .px-portfolio__grid > li {
  min-width: 0;
  display: block;
}

.page-work .px-portfolio__card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.page-work .px-portfolio__card-media {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  flex: 0 0 auto;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}

.page-work .px-portfolio__card-media:focus-visible {
  outline: 2px solid var(--px-blue);
  outline-offset: 4px;
}

.page-work .px-portfolio__card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}

.page-work .px-portfolio__card-media:hover img {
  opacity: 0.92;
}

.page-work .px-portfolio__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1 1 auto;
}

.page-work .px-portfolio__card-title {
  color: var(--px-ink);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-work .px-portfolio__card-title:hover,
.page-work .px-portfolio__card-title:focus-visible {
  color: var(--px-blue);
  outline: none;
}

.page-work .px-portfolio__card-tags {
  color: #6b7077;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
}

.page-work .px-portfolio__card-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: auto 0 0;
  padding: 0.45rem 0 0;
  border: 0;
  background: transparent;
  color: var(--px-blue);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.page-work .px-portfolio__card-cta:hover,
.page-work .px-portfolio__card-cta:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.page-work a.px-portfolio__card-cta {
  text-decoration: none;
}

.page-work a.px-portfolio__card-media {
  text-decoration: none;
  color: inherit;
}

/* —— Case study page (client project) —— */
.page-case-study .px-case__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.page-case-study .px-case__inner--narrow {
  width: min(100% - 40px, 40rem);
}

.page-case-study .px-case__crumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  color: var(--px-muted);
  font-size: 0.95rem;
  font-weight: 400;
}

.page-case-study .px-case__crumb a {
  color: var(--px-ink);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-case-study .px-case__crumb a:hover {
  color: var(--px-blue);
}

.page-case-study .px-case--hero {
  padding: clamp(6.5rem, 11vw, 8.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: #fff;
  color: var(--px-ink);
}

.page-case-study .px-case__hero {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: center;
}

@media (min-width: 900px) {
  .page-case-study .px-case__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 3.25rem);
  }
}

.page-case-study .px-case__top {
  max-width: 34rem;
}

.page-case-study .px-case__title {
  margin: 0 0 0.7rem;
  color: var(--px-ink);
  font-family: var(--px-font);
  font-size: clamp(2.4rem, 1.3rem + 3.2vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.page-case-study .px-case__slogan {
  margin: -0.15rem 0 1rem;
  min-height: 1.45em;
  color: var(--px-blue);
  font-family: var(--px-font);
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.page-case-study .px-case__slogan .rs-hero__caret {
  display: inline-block;
  width: 0.08em;
  height: 0.95em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  background: currentColor;
  animation: rs-hero-caret-blink 0.9s steps(1) infinite;
}

.page-case-study .px-case__slogan .rs-hero__caret.is-paused {
  animation: none;
}

.page-case-study .px-case__meta {
  margin: 0 0 1rem;
  color: var(--px-muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.page-case-study .px-case__lead {
  margin: 0 0 1.5rem;
  color: var(--px-ink);
  font-size: 1.05rem;
  line-height: 1.6;
}

.page-case-study .px-case__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-case-study .px-case__gallery {
  width: 100%;
  max-width: 32rem;
  margin: 0;
}

@media (min-width: 900px) {
  .page-case-study .px-case__gallery {
    max-width: none;
    justify-self: stretch;
  }
}

.page-case-study .px-case__gallery-stage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--px-fog);
}

.page-case-study .px-case__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.page-case-study .px-case__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-case-study .px-case__gallery-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
}

.page-case-study .px-case__gallery-count {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.page-case-study .px-case__gallery-controls {
  display: flex;
  gap: 0.45rem;
}

.page-case-study .px-case__gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1.5px solid var(--px-ink);
  border-radius: 999px;
  background: #fff;
  color: var(--px-ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.page-case-study .px-case__gallery-btn:hover:not(:disabled) {
  background: var(--px-ink);
  color: #fff;
}

.page-case-study .px-case__gallery-btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.page-case-study .px-case--body {
  padding: 0 0 clamp(3rem, 6vw, 4.5rem);
  background: #fff;
  border-top: 1px solid var(--px-line);
}

.page-case-study .px-case__body {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(2.25rem, 4vw, 3rem);
}

@media (min-width: 900px) {
  .page-case-study .px-case__body {
    grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.75fr);
    align-items: start;
  }
}

.page-case-study .px-case__h2 {
  margin: 0 0 0.85rem;
  color: var(--px-ink);
  font-size: clamp(1.35rem, 1.15rem + 0.7vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page-case-study .px-case__copy .px-case__h2 + .px-case__h2,
.page-case-study .px-case__copy p + .px-case__h2,
.page-case-study .px-case__copy ul + .px-case__h2 {
  margin-top: 2rem;
}

.page-case-study .px-case__copy p {
  margin: 0 0 1rem;
  color: var(--px-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.page-case-study .px-case__copy a {
  color: var(--px-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-case-study .px-case__list {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.page-case-study .px-case__list li {
  position: relative;
  padding-left: 1rem;
  color: var(--px-ink);
  font-size: 1.02rem;
  line-height: 1.5;
}

.page-case-study .px-case__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--px-blue);
}

.page-case-study .px-case__aside-panel {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 0 0;
  border-top: 2px solid var(--px-ink);
}

.page-case-study .px-case__aside-label {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-case-study .px-case__facts {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.page-case-study .px-case__facts div {
  display: grid;
  gap: 0.15rem;
}

.page-case-study .px-case__facts dt {
  color: var(--px-muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.page-case-study .px-case__facts dd {
  margin: 0;
  color: var(--px-ink);
  font-size: 1rem;
  line-height: 1.4;
}

.page-case-study .px-case--faq {
  padding: 0 0 clamp(3.5rem, 7vw, 5rem);
  background: #fff;
  border-top: 1px solid var(--px-line);
}

.page-case-study .px-case--faq .px-case__inner {
  padding-top: clamp(2.25rem, 4vw, 3rem);
}

.page-case-study .px-case__faq-list {
  text-align: left;
  width: 100%;
  max-width: none;
}

.page-case-study .px-case__faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

@media (min-width: 640px) {
  .page-work .px-portfolio__featured-row,
  .px-best .px-portfolio__featured-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-about .px-best .px-portfolio__featured-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-work .px-portfolio__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-work .px-portfolio__featured-body {
    display: grid;
    grid-template-columns: minmax(12rem, 0.75fr) minmax(0, 1.25fr);
    gap: 0.65rem 1.75rem;
    align-items: start;
  }

  .page-work .px-portfolio__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Work portfolio scroll reveals (Web Guys–style feel, no heavy libs) */
.page-work .px-svc-intro[data-px-portfolio-animate] .px-svc-intro__crumb,
.page-work .px-svc-intro[data-px-portfolio-animate] .px-svc-intro__title {
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work .px-svc-intro[data-px-portfolio-animate]:not(.is-revealed) .px-svc-intro__crumb,
.page-work .px-svc-intro[data-px-portfolio-animate]:not(.is-revealed) .px-svc-intro__title {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
}

.page-work .px-svc-intro[data-px-portfolio-animate].is-revealed .px-svc-intro__crumb,
.page-work .px-svc-intro[data-px-portfolio-animate].is-revealed .px-svc-intro__title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-work .px-svc-intro[data-px-portfolio-animate].is-revealed .px-svc-intro__title {
  transition-delay: 0.1s;
}

.page-work .px-portfolio[data-px-portfolio-animate] .px-portfolio__eyebrow {
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work .px-portfolio[data-px-portfolio-animate]:not(.is-revealed) .px-portfolio__eyebrow {
  opacity: 0;
}

.page-work .px-portfolio[data-px-portfolio-animate] .px-portfolio__eyebrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--px-ink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work .px-portfolio[data-px-portfolio-animate] .px-portfolio__eyebrow {
  border-top-color: transparent;
}

.page-work .px-portfolio[data-px-portfolio-animate].is-revealed .px-portfolio__eyebrow {
  opacity: 1;
}

.page-work .px-portfolio[data-px-portfolio-animate].is-revealed .px-portfolio__eyebrow::before {
  transform: scaleX(1);
}

.px-best[data-px-portfolio-animate] .px-portfolio__eyebrow {
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  border-top-color: transparent;
}

.px-best[data-px-portfolio-animate]:not(.is-revealed) .px-portfolio__eyebrow {
  opacity: 0;
}

.px-best[data-px-portfolio-animate] .px-portfolio__eyebrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--px-ink);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-best[data-px-portfolio-animate].is-revealed .px-portfolio__eyebrow {
  opacity: 1;
}

.px-best[data-px-portfolio-animate].is-revealed .px-portfolio__eyebrow::before {
  transform: scaleX(1);
}

.page-work .px-portfolio[data-px-portfolio-animate] .px-portfolio__side-title {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work .px-portfolio[data-px-portfolio-animate]:not(.is-revealed) .px-portfolio__side-title {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}

.page-work .px-portfolio[data-px-portfolio-animate].is-revealed .px-portfolio__side-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.08s;
}

.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate] .px-portfolio__thumb,
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate] .px-portfolio__thumb {
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate]:not(.is-revealed) .px-portfolio__thumb,
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate]:not(.is-revealed) .px-portfolio__thumb {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0) scale(0.98);
}

.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb,
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(1),
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(1) { transition-delay: 0.02s; }
.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(2),
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(2) { transition-delay: 0.08s; }
.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(3),
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(3) { transition-delay: 0.14s; }
.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(4),
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(4) { transition-delay: 0.2s; }
.page-work [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(5),
.px-best [data-px-portfolio-thumbs][data-px-portfolio-animate].is-revealed .px-portfolio__thumb:nth-child(5) { transition-delay: 0.26s; }

.page-work [data-px-portfolio-item][data-px-portfolio-animate] {
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work [data-px-portfolio-item][data-px-portfolio-animate]:not(.is-revealed) {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
}

.page-work [data-px-portfolio-item][data-px-portfolio-animate].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-work [data-px-portfolio-grid][data-px-portfolio-animate] > li {
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-work [data-px-portfolio-grid][data-px-portfolio-animate]:not(.is-revealed) > li {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}

.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(1) { transition-delay: 0.02s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(2) { transition-delay: 0.08s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(3) { transition-delay: 0.14s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(4) { transition-delay: 0.2s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(5) { transition-delay: 0.26s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(6) { transition-delay: 0.32s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(7) { transition-delay: 0.38s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(8) { transition-delay: 0.44s; }
.page-work [data-px-portfolio-grid][data-px-portfolio-animate].is-revealed > li:nth-child(9) { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  .page-work [data-px-portfolio-animate],
  .page-work [data-px-portfolio-animate] * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .page-work .px-portfolio[data-px-portfolio-animate] .px-portfolio__eyebrow::before {
    transform: scaleX(1) !important;
  }
}

.page-services .px-stack {
  padding-bottom: 0.65rem;
}

.page-services .px-expertise {
  padding: 0 0 clamp(4rem, 9vw, 7.5rem);
  background: #fff;
  overflow: hidden;
}

.page-services .px-expertise__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.page-services .px-expertise__eyebrow {
  position: relative;
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  padding-top: 0.35rem;
  color: var(--px-ink);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-services .px-expertise__eyebrow-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--px-ink);
}

.page-services .px-expertise__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.page-services .px-expertise__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.page-services .px-expertise__title {
  margin: 0 0 1rem;
  color: var(--px-ink);
  font-size: clamp(2.25rem, 1.4rem + 2.4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.page-services .px-expertise__kicker {
  margin: 0 0 0.65rem;
  color: var(--px-ink);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.page-services .px-expertise__lead {
  margin: 0;
  max-width: 28rem;
  color: var(--px-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.page-services .px-expertise__cta {
  margin-top: 0.25rem;
}

.page-services .px-expertise__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.page-services .px-expertise__card {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--px-ink);
}

.page-services .px-expertise__card:first-child {
  padding-top: 0;
}

.page-services .px-expertise__card-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page-services .px-expertise__card-title a {
  color: var(--px-ink);
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-services .px-expertise__card-title a:hover {
  color: var(--px-blue);
}

.page-services .px-expertise__list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  color: var(--px-muted);
  list-style: decimal;
}

.page-services .px-expertise__list li {
  margin: 0 0 0.35rem;
  padding-left: 0.15rem;
  line-height: 1.5;
}

.page-services .px-expertise__list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-out;
}

.page-services .px-expertise__list a:hover {
  color: var(--px-blue);
}

@media (min-width: 860px) {
  .page-services .px-expertise__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.55fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }

  .page-services .px-expertise__aside {
    position: sticky;
    top: 5.5rem;
  }

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

  .page-services .px-expertise__card {
    padding: 2.25rem 1.75rem 2.25rem 0;
    border-bottom: 1px solid var(--px-ink);
  }

  .page-services .px-expertise__card:nth-child(odd) {
    padding-right: clamp(1.25rem, 2.5vw, 2.25rem);
  }

  .page-services .px-expertise__card:nth-child(even) {
    padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
    padding-right: 0;
  }

  .page-services .px-expertise__card:nth-child(-n + 2) {
    padding-top: 0.35rem;
  }
}

/* —— Services page: “What we do / ideas” band —— */
.page-services .px-ideas {
  position: relative;
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background: #16181c;
  color: #fcfbf9;
  overflow: hidden;
}

.page-services .px-ideas__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.page-services .px-ideas__eyebrow {
  position: relative;
  margin: 0 0 clamp(1.35rem, 3vw, 2rem);
  padding-top: 0.85rem;
  color: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-services .px-ideas__eyebrow-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0.9;
}

.page-services .px-ideas__stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  padding-bottom: 0;
  min-height: 17rem;
  align-content: end;
}

.page-services .px-ideas__float {
  position: absolute;
  margin: 0;
  color: rgba(252, 251, 249, 0.11);
  font-family: var(--px-font);
  font-size: clamp(3.25rem, 1.8rem + 6.5vw, 7rem);
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 0.85;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.page-services .px-ideas__float--a {
  top: 0.15rem;
  left: 74%;
}

.page-services .px-ideas__float--b {
  top: 28%;
  left: 74%;
}

.page-services .px-ideas__float--c {
  top: 56%;
  left: 74%;
}

.page-services .px-ideas__media {
  position: relative;
  z-index: 1;
  width: min(100%, 14rem);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.page-services .px-ideas__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-services .px-ideas__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  max-width: 28rem;
  padding-top: 0.15rem;
  border-bottom: 1px solid rgba(252, 251, 249, 0.35);
  padding-bottom: 1.25rem;
}

.page-services .px-ideas__title {
  margin: 0;
  max-width: none;
  color: inherit;
  font-size: clamp(1.65rem, 1.2rem + 1.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-wrap: balance;
}

.page-services .px-ideas__cta {
  background: var(--px-blue) !important;
  color: #fff !important;
  flex: 0 0 auto;
}

.page-services .px-ideas__cta:hover {
  background: var(--px-blue-dark) !important;
  color: #fff !important;
}

@media (max-width: 859px) {
  .page-services .px-ideas__stage {
    min-height: 0;
  }

  .page-services .px-ideas__float {
    color: rgba(252, 251, 249, 0.32);
    font-size: clamp(2.85rem, 13vw, 4.35rem);
  }

  .page-services .px-ideas__float--a {
    top: auto;
    bottom: 66%;
    left: 60%;
  }

  .page-services .px-ideas__float--b {
    top: auto;
    bottom: 52%;
    left: 60%;
  }

  .page-services .px-ideas__float--c {
    top: auto;
    bottom: 36%;
    left: 60%;
  }
}

@media (min-width: 860px) {
  .page-services .px-ideas__stage {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: end;
    min-height: 19rem;
  }

  .page-services .px-ideas__float--a {
    top: 0;
    left: 74%;
  }

  .page-services .px-ideas__float--b {
    top: 30%;
    left: 74%;
    right: auto;
  }

  .page-services .px-ideas__float--c {
    top: 60%;
    bottom: auto;
    left: 74%;
  }

  .page-services .px-ideas__media {
    width: min(100%, 15.5rem);
  }

  .page-services .px-ideas__copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1.25rem;
    max-width: 30rem;
    padding-bottom: 1.35rem;
  }

  .page-services .px-ideas__title {
    max-width: none;
  }
}

/* —— Google reviews strip (Pixus-style) —— */
.px-google {
  background: #f4f4f4;
  padding: 1.15rem 0;
}

.px-google__wrap {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-google__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--px-ink);
  transition: opacity 0.2s ease;
}

.px-google__link:hover {
  opacity: 0.82;
  color: var(--px-ink);
}

.px-google__message {
  margin: 0;
  text-align: center;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.45;
  color: #444;
}

.px-google__message strong {
  font-weight: 700;
  color: var(--px-ink);
}

.px-google__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.px-google__logo {
  display: block;
  width: 7.5rem;
  height: auto;
}

.px-google__stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.px-google__stars svg {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
}

@media (min-width: 900px) {
  .px-google {
    padding: 1.5rem 0;
  }

  .px-google__link {
    flex-direction: row;
    justify-content: center;
    gap: 2.75rem;
  }

  .px-google__message {
    text-align: left;
  }

  .px-google__logo {
    width: 9.25rem;
  }

  .px-google__stars svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* —— Offer cards (what you get) —— */
.px-offers {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #e4ebf2;
}

.px-offers__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-offers__head {
  margin-bottom: 2rem;
  max-width: 44rem;
}

.px-offers__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.px-offers__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 1.4rem + 1.4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.px-offers__lead {
  margin: 0;
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

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

.px-offers__card {
  background: #fff;
  border: 1px solid var(--px-line);
  padding: 1.35rem 1.25rem 1.4rem;
  display: grid;
  gap: 0.4rem;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.px-offers__card:has(.px-offers__link) {
  padding: 0;
  gap: 0;
}

.px-offers__link {
  display: grid;
  gap: 0.4rem;
  height: 100%;
  padding: 1.35rem 1.25rem 1.4rem;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease-out;
}

.px-offers__icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.35rem;
  border: 1px solid color-mix(in srgb, var(--px-ink) 14%, transparent);
  background: var(--px-cream);
  color: var(--px-blue);
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
}

.px-offers__icon svg {
  display: block;
}

.px-offers__card:has(.px-offers__icon) .px-offers__link {
  gap: 0.35rem;
  padding-top: 1.25rem;
}

.px-offers__card:has(.px-offers__link):hover,
.px-offers__card:has(.px-offers__link):focus-within {
  border-color: var(--px-blue);
  box-shadow: 0 10px 28px rgba(44, 48, 53, 0.08);
}

.px-offers__card:has(.px-offers__icon):hover .px-offers__icon,
.px-offers__card:has(.px-offers__icon):focus-within .px-offers__icon {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
}

.px-offers__tag {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-offers__card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--px-ink);
  transition: color 0.15s ease-out;
}

.px-offers__card:has(.px-offers__link):hover h3,
.px-offers__card:has(.px-offers__link):focus-within h3 {
  color: var(--px-blue);
}

.px-offers__card p {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.px-offers__more {
  margin-top: 0.45rem;
  color: var(--px-blue);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.px-offers__more span {
  display: inline-block;
  transition: transform 0.15s ease-out;
}

.px-offers__card:has(.px-offers__link):hover .px-offers__more span,
.px-offers__card:has(.px-offers__link):focus-within .px-offers__more span {
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .px-svc-hero__inner:not(.px-svc-hero__inner--banner) {
    grid-template-columns: 1fr;
  }

  .px-svc-hero__media {
    order: -1;
    max-width: 520px;
  }

  .px-offers__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .px-offers__grid {
    grid-template-columns: 1fr;
  }
}

/* Related services (SEO page — Analytics + GBP kept off main nav) */
.px-related {
  padding: clamp(2.75rem, 5.5vw, 4rem) 0;
  background: #fff;
  border-top: 1px solid var(--px-line);
}

.px-related__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-related__head {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}

.px-related__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.px-related__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 1.3rem + 1.1vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.px-related__lead {
  margin: 0;
  color: var(--px-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.px-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.px-related__card {
  display: grid;
  gap: 0.4rem;
  height: 100%;
  padding: 1.35rem 1.25rem 1.4rem;
  background: var(--px-cream);
  border: 1px solid var(--px-line);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.px-related__card:hover,
.px-related__card:focus-visible {
  border-color: var(--px-blue);
  box-shadow: 0 10px 28px rgba(44, 48, 53, 0.08);
  outline: none;
}

.px-related__tag {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-related__card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--px-ink);
}

.px-related__card:hover h3,
.px-related__card:focus-visible h3 {
  color: var(--px-blue);
}

.px-related__card p {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.px-related__more {
  margin-top: 0.35rem;
  color: var(--px-blue);
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 720px) {
  .px-related__grid {
    grid-template-columns: 1fr;
  }
}

/* —— FAQ (sitewide compact line style) —— */
.px-faq {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  background: #fff;
  text-align: center;
}

.px-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100% - 40px, 42rem);
  margin: 0 auto;
}

.px-faq__eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.px-faq__title {
  max-width: 28ch;
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 1.05rem + 0.55vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--px-ink);
}

.px-faq__list {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  text-align: left;
}

.px-faq__list details {
  padding: 0.7rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid color-mix(in srgb, var(--px-line) 90%, transparent);
}

.px-faq__list details:first-child {
  border-top: 1px solid color-mix(in srgb, var(--px-line) 90%, transparent);
}

.px-faq__list summary {
  position: relative;
  padding-right: 1.4rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--px-ink);
  list-style: none;
}

.px-faq__list summary::-webkit-details-marker {
  display: none;
}

.px-faq__list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--px-muted);
  line-height: 1;
}

.px-faq__list details[open] summary::after {
  content: "–";
}

.px-faq__list p {
  margin: 0.45rem 0 0.15rem;
  color: var(--px-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.page-graphic-design .px-feature__media img {
  object-position: 31% center;
}

/* —— Portfolio grid —— */
.px-work-grid {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #fff;
}

.px-work-grid__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-work-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.1rem, 2vw, 1.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.px-work-grid__card {
  margin: 0;
}

.px-work-grid__link {
  display: grid;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.px-work-grid__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #eceae7;
  aspect-ratio: 4 / 3;
  isolation: isolate;
}

.px-work-grid__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(20, 24, 28, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

.px-work-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.px-work-grid__body {
  display: grid;
  gap: 0.28rem;
  padding: 0 0.1rem;
}

.px-work-grid__title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--px-ink);
  transition: color 0.3s ease;
}

.px-work-grid__tags {
  color: var(--px-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.px-work-grid__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--px-blue);
  opacity: 0.72;
  transform: none;
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-work-grid__cta::after {
  content: "→";
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .px-work-grid__cta {
    opacity: 0;
    transform: translate3d(0, 0.35rem, 0);
  }

  .px-work-grid__link:hover .px-work-grid__cta,
  .px-work-grid__link:focus-visible .px-work-grid__cta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .px-work-grid__link:hover .px-work-grid__cta::after,
  .px-work-grid__link:focus-visible .px-work-grid__cta::after {
    transform: translate3d(0.2rem, 0, 0);
  }
}

.px-work-grid__link:hover .px-work-grid__media img,
.px-work-grid__link:focus-visible .px-work-grid__media img {
  transform: scale(1.045);
}

.px-work-grid__link:hover .px-work-grid__media::after,
.px-work-grid__link:focus-visible .px-work-grid__media::after {
  opacity: 1;
}

.px-work-grid__link:hover .px-work-grid__title,
.px-work-grid__link:focus-visible .px-work-grid__title {
  color: var(--px-blue);
}

.px-work-grid__link:focus-visible .px-work-grid__media {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--px-blue);
}

/* Scroll reveal */
.px-work-grid__list[data-px-work-grid-animate]:not(.is-revealed) .px-work-grid__card {
  opacity: 0;
  transform: translate3d(0, 1.35rem, 0);
}

.px-work-grid__list[data-px-work-grid-animate] .px-work-grid__card {
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(1) { transition-delay: 0.02s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(2) { transition-delay: 0.08s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(3) { transition-delay: 0.14s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(4) { transition-delay: 0.2s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(5) { transition-delay: 0.26s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(6) { transition-delay: 0.32s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(7) { transition-delay: 0.38s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(8) { transition-delay: 0.44s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(9) { transition-delay: 0.5s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(10) { transition-delay: 0.56s; }
.px-work-grid__list[data-px-work-grid-animate].is-revealed .px-work-grid__card:nth-child(11) { transition-delay: 0.62s; }

@media (prefers-reduced-motion: reduce) {
  .px-work-grid__media img,
  .px-work-grid__media::after,
  .px-work-grid__title,
  .px-work-grid__cta,
  .px-work-grid__cta::after {
    transition: none;
  }

  .px-work-grid__link:hover .px-work-grid__media img,
  .px-work-grid__link:focus-visible .px-work-grid__media img {
    transform: none;
  }

  .px-work-grid__cta {
    opacity: 1;
    transform: none;
  }

  .px-work-grid__list[data-px-work-grid-animate]:not(.is-revealed) .px-work-grid__card,
  .px-work-grid__list[data-px-work-grid-animate] .px-work-grid__card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* —— Blog listing (editorial) —— */
.page-px-blog .px-blog-hero {
  margin-top: 108px;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  background:
    radial-gradient(ellipse 80% 55% at 12% 0%, rgba(11, 99, 246, 0.08), transparent 55%),
    var(--px-cream);
  color: var(--px-ink);
  border-bottom: 1px solid var(--px-line);
}

.page-px-blog .px-blog-hero__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.page-px-blog .px-blog-hero__crumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--px-muted);
}

.page-px-blog .px-blog-hero__crumb a {
  color: inherit;
  text-decoration: none;
}

.page-px-blog .px-blog-hero__crumb a:hover {
  color: var(--px-blue);
}

.page-px-blog .px-blog-hero__title {
  margin: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: clamp(3rem, 1.6rem + 5.5vw, 6.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.page-px-blog .px-blog-hero__line--accent {
  color: var(--px-blue);
}

.page-px-blog .px-blog-hero__lead {
  margin: 0;
  max-width: 36rem;
  color: var(--px-muted);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.55;
}

.px-blog-list {
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  background: #fff;
}

.px-blog-list__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.px-blog-list__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: end;
}

.px-blog-list__media {
  display: block;
  overflow: hidden;
  background: var(--px-cream);
  aspect-ratio: 4 / 3;
}

.px-blog-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-blog-list__feature:hover .px-blog-list__media img {
  transform: scale(1.03);
}

.px-blog-list__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 0.35rem;
}

.px-blog-list__meta {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-blog-list__title {
  margin: 0;
  font-size: clamp(1.65rem, 1.25rem + 1.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.px-blog-list__title a {
  color: var(--px-ink);
  text-decoration: none;
}

.px-blog-list__title a:hover {
  color: var(--px-blue);
}

.px-blog-list__excerpt {
  margin: 0;
  max-width: 28rem;
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.px-blog-list__link {
  margin-top: 0.35rem;
  color: var(--px-blue);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.px-blog-list__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .px-blog-list__feature {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-blog-list__media img {
    transition: none;
  }

  .px-blog-list__feature:hover .px-blog-list__media img {
    transform: none;
  }
}

/* —— Testimonials —— */
.px-quotes {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: var(--px-fog);
}

.px-quotes__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.px-quotes__card {
  background: #fff;
  border: 1px solid var(--px-line);
  padding: 1.35rem 1.4rem;
}

.px-quotes__card blockquote {
  margin: 0 0 0.85rem;
  color: var(--px-ink);
  font-size: 1.05rem;
  line-height: 1.6;
}

.px-quotes__card cite {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--px-muted);
}

/* —— Simple article —— */
.px-article {
  padding: clamp(5.5rem, 10vw, 7rem) 0 clamp(3rem, 6vw, 4.5rem);
  background: var(--px-cream);
}

.px-article__inner {
  width: min(100% - 40px, 720px);
  margin: 0 auto;
}

.px-article__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.px-article__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 1.4rem + 2vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.px-article__body {
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.px-article__body p {
  margin: 0 0 1.1rem;
}

.px-article__body a {
  color: var(--px-blue);
}

/* Footer — match CTA charcoal band (not light canvas) */
.page-home .site-footer,
:root[data-theme="light"] .page-home .site-footer {
  background: var(--px-btn);
  border-top-color: rgba(255, 255, 255, 0.06);
  color: var(--px-cream);
}

.page-home .site-footer::before,
:root[data-theme="light"] .page-home .site-footer::before {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 90, 0, 0.55) 32%,
    rgba(255, 176, 0, 0.9) 50%,
    rgba(255, 31, 31, 0.55) 68%,
    transparent 100%
  ) !important;
}

.page-home .site-footer__label-dot {
  display: none;
}

.page-home .site-footer__label,
:root[data-theme="light"] .page-home .site-footer__label,
.page-home .site-footer__col-title,
:root[data-theme="light"] .page-home .site-footer__col-title {
  color: color-mix(in srgb, var(--px-cream) 42%, transparent);
}

.page-home .site-footer__link,
:root[data-theme="light"] .page-home .site-footer__link {
  color: color-mix(in srgb, var(--px-cream) 72%, transparent);
}

.page-home .site-footer__link:hover,
:root[data-theme="light"] .page-home .site-footer__link:hover {
  color: color-mix(in srgb, var(--px-cream) 92%, transparent);
}

.page-home .site-footer__bottom,
:root[data-theme="light"] .page-home .site-footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.page-home .site-footer__bottom-inner,
:root[data-theme="light"] .page-home .site-footer__bottom-inner {
  color: color-mix(in srgb, var(--px-cream) 58%, transparent);
}

.page-home .site-footer__stars {
  color: rgba(255, 122, 0, 0.95);
}

@media (max-width: 760px) {
  .px-work-grid__list {
    grid-template-columns: 1fr;
  }
}

/* —— About page (Web Guys–inspired structure) —— */
.page-about .px-about-hero {
  padding: clamp(6rem, 11vw, 8.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  background:
    radial-gradient(ellipse 80% 55% at 12% 0%, rgba(11, 99, 246, 0.08), transparent 55%),
    var(--px-cream);
  color: var(--px-ink);
  border-bottom: none;
}

.page-about .px-stack {
  background: var(--px-btn);
  border-bottom: none;
  padding: 1rem 0 1.1rem;
}

.page-about .px-stack__item {
  color: var(--px-cream);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-about .px-stack__item + .px-stack__item::before {
  content: "·";
  margin-inline: 2.25rem;
  color: #fff;
  font-size: 1.35em;
  font-weight: 700;
  opacity: 0.85;
  line-height: 1;
}

.page-about .px-stack__list {
  gap: 0;
}

.page-about .px-stack__item--google {
  gap: 0.65rem;
}

.page-about .px-stack__google {
  display: block;
  width: auto;
  height: 1.1rem;
  object-fit: contain;
  flex-shrink: 0;
}

.page-about .px-stack__stars {
  color: #e85d04;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.page-about .px-stack__track {
  animation-duration: 48s !important;
}

.page-testimonials .px-stack__item,
.page-drone-services .px-stack__item {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-testimonials .px-stack__item + .px-stack__item::before,
.page-drone-services .px-stack__item + .px-stack__item::before {
  content: "·";
  margin-inline: 2.25rem;
  color: color-mix(in srgb, var(--px-ink) 40%, transparent);
  font-size: 1.35em;
  font-weight: 700;
  opacity: 0.9;
  line-height: 1;
}

.page-testimonials .px-stack__list,
.page-drone-services .px-stack__list {
  gap: 0;
}

.page-testimonials .px-stack__item--google,
.page-drone-services .px-stack__item--google {
  gap: 0.65rem;
}

.page-testimonials .px-stack__google,
.page-drone-services .px-stack__google {
  display: block;
  width: auto;
  height: 1.1rem;
  object-fit: contain;
  flex-shrink: 0;
}

.page-testimonials .px-stack__stars,
.page-drone-services .px-stack__stars {
  color: #e85d04;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.page-testimonials .px-stack__track {
  animation-duration: 55s !important;
}

.page-drone-services > .px-stack {
  background: var(--px-cream);
  border-bottom: 1px solid var(--px-line);
  padding: 1rem 0 1.15rem;
}

.page-drone-services > .px-stack .px-stack__title {
  color: var(--px-muted);
}

.page-drone-services > .px-stack .px-stack__item {
  color: var(--px-ink);
}

.page-drone-services > .px-stack .px-stack__track {
  animation-duration: 52s !important;
}

.page-about .px-about-hero__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.page-about .px-about-hero__crumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--px-muted);
}

.page-about .px-about-hero__crumb a {
  color: inherit;
  text-decoration: none;
}

.page-about .px-about-hero__crumb a:hover {
  color: var(--px-blue);
}

.page-about .px-about-hero__title {
  margin: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: clamp(3rem, 1.6rem + 5.5vw, 6.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.page-about .px-about-hero__line--accent {
  color: var(--px-blue);
}

.page-about .px-about-hero__lead {
  margin: 0;
  max-width: 34rem;
  color: var(--px-muted);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.55;
}

.page-about .px-about-story {
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  background: #fff;
  color: var(--px-ink);
}

.page-about .px-about-story__inner {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
}

.page-about .px-about-story__head {
  max-width: 40rem;
  margin: 0 auto clamp(2.25rem, 4.5vw, 3.25rem);
  text-align: center;
}

.page-about .px-about-story__eyebrow,
.page-about .px-about-split__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.page-about .px-about-story__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 1.45rem + 1.8vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.page-about .px-about-story__dek {
  margin: 0 0 1.1rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.3rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--px-ink);
}

.page-about .px-about-story__text {
  margin: 0 0 1rem;
  color: var(--px-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.page-about .px-about-story__text:last-child {
  margin-bottom: 0;
}

.page-about .px-about-story__team {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  justify-items: center;
}

.page-about .px-about-story__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  width: 100%;
  max-width: 18rem;
  text-align: center;
}

.page-about .px-about-story__media {
  position: relative;
  width: 100%;
  max-width: 11.5rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8ebef;
  border-radius: 50%;
}

.page-about .px-about-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(14, 18, 23, 0.08);
  pointer-events: none;
}

.page-about .px-about-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.page-about .px-about-story__name {
  margin: 0 0 0.2rem;
  font-size: clamp(1.15rem, 1.05rem + 0.35vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.page-about .px-about-story__role {
  margin: 0 0 0.5rem;
  color: var(--px-blue);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-about .px-about-story__bio {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 18rem;
}

.page-about .px-about-split {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
  border-top: none;
}

.page-about .px-about-split__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.page-about .px-about-split__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  color: inherit;
  border-top: 2px solid var(--px-ink);
}

.page-about .px-about-split__title {
  margin: 0;
  font-size: clamp(1.75rem, 1.35rem + 1.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.page-about .px-about-split__text {
  margin: 0;
  color: var(--px-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.page-about .px-about-split__link {
  margin-top: 0.5rem;
  color: var(--px-blue);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.page-about .px-about-split__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .page-about .px-about-story__team,
  .page-about .px-about-split__inner {
    grid-template-columns: 1fr;
  }

  .page-about .px-about-story__head {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .page-about .px-about-story__media {
    max-width: 10rem;
  }
}


/* —— Testimonials / Drone hero (Web Guys–inspired) —— */
:is(.page-testimonials, .page-drone-services) .px-t-hero {
  margin-top: 108px;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 0;
  background:
    radial-gradient(ellipse 80% 55% at 12% 0%, rgba(11, 99, 246, 0.08), transparent 55%),
    var(--px-cream);
  color: var(--px-ink);
  border-bottom: none;
  display: flex;
  flex-direction: column;
}

.page-testimonials .px-t-hero {
  border-bottom: none;
}

.page-testimonials .px-t-stats {
  width: 100%;
  margin-top: auto;
  background: var(--px-btn);
  color: var(--px-cream);
  border-bottom: 1px solid color-mix(in srgb, var(--px-cream) 12%, transparent);
}

.page-testimonials .px-t-stats__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding: clamp(1.35rem, 2.8vw, 1.85rem) 0;
}

.page-testimonials .px-t-stats__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-testimonials .px-t-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  min-width: 0;
}

.page-testimonials .px-t-stats__label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--px-cream) 72%, transparent);
}

.page-testimonials .px-t-stats__value {
  margin: 0;
  font-size: clamp(2rem, 1.55rem + 1.6vw, 2.85rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--px-cream);
}

@media (max-width: 720px) {
  .page-testimonials .px-t-stats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

/* Contact hero — local / family-owned marquee under inquiry */
.page-contact .px-svc-hero {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.page-contact .px-svc-hero__inner {
  width: min(100% - 40px, 1100px);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.page-contact .px-svc-hero .px-stack {
  width: 100%;
  margin-top: auto;
  background: transparent;
  border-top: none;
  border-bottom: 1px solid var(--px-line);
  padding: 1rem 0 1.15rem;
}

.page-contact .px-svc-hero .px-stack__title {
  color: var(--px-muted);
}

.page-contact .px-svc-hero .px-stack__item {
  color: var(--px-ink);
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__crumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--px-muted);
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__crumb a {
  color: inherit;
  text-decoration: none;
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__crumb a:hover {
  color: var(--px-blue);
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__title {
  margin: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: clamp(3rem, 1.6rem + 5.5vw, 6.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__line--accent {
  color: var(--px-blue);
}

:is(.page-testimonials, .page-drone-services) .px-t-hero__lead {
  margin: 0;
  max-width: 36rem;
  color: var(--px-muted);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
  line-height: 1.55;
}

/* Drone hero — CTAs + Cattlemen’s Ball video background */
.page-drone-services .px-t-hero--video {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 72svh, 44rem);
  justify-content: flex-end;
  background: #1a1f26;
  overflow: hidden;
}

.page-drone-services .px-t-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-drone-services .px-t-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.page-drone-services .px-t-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(14, 18, 23, 0.82) 0%,
      rgba(14, 18, 23, 0.62) 42%,
      rgba(14, 18, 23, 0.38) 68%,
      rgba(14, 18, 23, 0.45) 100%
    ),
    linear-gradient(180deg, rgba(14, 18, 23, 0.35) 0%, rgba(14, 18, 23, 0.55) 100%);
  pointer-events: none;
}

.page-drone-services .px-t-hero--video .px-t-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.75rem, 5.5vw, 4rem);
}

.page-drone-services .px-t-hero--video .px-t-hero__crumb {
  color: rgba(255, 255, 255, 0.72);
}

.page-drone-services .px-t-hero--video .px-t-hero__crumb a:hover {
  color: #fff;
}

.page-drone-services .px-t-hero--video .px-t-hero__title {
  color: #fff;
}

.page-drone-services .px-t-hero--video .px-t-hero__line--accent {
  color: #7eb6ff;
}

.page-drone-services .px-t-hero--video .px-t-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
}

.page-drone-services .px-t-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.page-drone-services .px-t-hero--video .btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.page-drone-services .px-t-hero--video .btn--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 980px) {
  /* Poster still shows; video plays from 981px via JS (file is large) */
  .page-drone-services .px-t-hero__video {
    opacity: 0;
  }

  .page-drone-services .px-t-hero__bg {
    background: center / cover no-repeat url("../images/drone-footage-services-omaha.jpg");
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-drone-services .px-t-hero__video {
    display: none;
  }

  .page-drone-services .px-t-hero__bg {
    background: center / cover no-repeat url("../images/drone-footage-services-omaha.jpg");
  }
}

.page-testimonials .px-t-board {
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 clamp(3rem, 6vw, 4.5rem);
  background: #fff;
  color: var(--px-ink);
  overflow: hidden;
}

.page-testimonials .px-t-board__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.page-testimonials .px-t-board__head {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  max-width: 40rem;
}

.page-testimonials .px-t-board__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.page-testimonials .px-t-board__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 1.4rem + 1.4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-testimonials .px-t-board__lead {
  margin: 0;
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.page-testimonials .px-t-scroll {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.page-testimonials .px-t-scroll__track {
  display: flex;
  gap: 1.15rem;
  width: max-content;
  animation: px-t-scroll 70s linear infinite;
  will-change: transform;
}

.page-testimonials .px-t-scroll:hover .px-t-scroll__track,
.page-testimonials .px-t-scroll:focus-within .px-t-scroll__track {
  animation-play-state: paused;
}

.page-testimonials .px-t-scroll__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
}

.page-testimonials .px-t-scroll__list > li {
  flex: 0 0 auto;
  width: min(22.5rem, 82vw);
}

.page-testimonials .px-t-review {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  min-height: 22rem;
  padding: 1.35rem 1.3rem 1.4rem;
  background: #e4ebf2;
  border: 1px solid var(--px-line);
  color: var(--px-ink);
}

.page-testimonials .px-t-review__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.page-testimonials .px-t-review__gicon {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}

.page-testimonials .px-t-review__stars {
  margin: 0;
  color: #e85d04;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.page-testimonials .px-t-review__quote {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-testimonials .px-t-review__quote p {
  margin: 0;
  color: var(--px-ink);
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.page-testimonials .px-t-review__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--px-line);
}

.page-testimonials .px-t-review__meta {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--px-muted);
}

.page-testimonials .px-t-review__name {
  margin: 0 0 0.15rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--px-ink);
}

.page-testimonials .px-t-review__cite {
  margin: 0;
  font-size: 0.86rem;
  color: var(--px-muted);
}

.page-testimonials .px-t-review__link {
  color: var(--px-blue);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

a.px-t-review__link:hover,
a.px-t-review__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

@keyframes px-t-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Tablet + mobile: swipeable snap cards instead of auto-marquee */
@media (max-width: 1024px) {
  .page-testimonials .px-t-board {
    padding-bottom: clamp(2.25rem, 5vw, 3rem);
  }

  .page-testimonials .px-t-board__head {
    margin-bottom: 1.35rem;
  }

  .page-testimonials .px-t-board__lead {
    font-size: 0.98rem;
  }

  .page-testimonials .px-t-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  }

  .page-testimonials .px-t-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-testimonials .px-t-scroll__track {
    animation: none;
    will-change: auto;
    gap: 0.85rem;
    padding: 0 clamp(1.25rem, 3vw, 2rem) 0.15rem;
    width: max-content;
  }

  .page-testimonials .px-t-scroll__list[aria-hidden="true"] {
    display: none;
  }

  .page-testimonials .px-t-scroll__list {
    gap: 0.85rem;
    padding: 0;
  }

  .page-testimonials .px-t-scroll__list > li {
    width: min(21rem, calc(100vw - 4.5rem));
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .page-testimonials .px-t-review {
    min-height: 0;
    gap: 0.8rem;
    padding: 1.15rem 1.1rem 1.2rem;
    border-radius: 0.5rem;
  }

  .page-testimonials .px-t-review__quote p {
    font-size: 0.92rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }

  .page-testimonials .px-t-review__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-top: 0.75rem;
  }

  .page-testimonials .px-t-review__name {
    font-size: 0.98rem;
  }

  .page-testimonials .px-t-review__link {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .page-testimonials .px-t-scroll__track {
    gap: 0.75rem;
    padding: 0 1.25rem 0.15rem;
  }

  .page-testimonials .px-t-scroll__list {
    gap: 0.75rem;
  }

  .page-testimonials .px-t-scroll__list > li {
    width: min(19.25rem, calc(100vw - 3rem));
  }

  .page-testimonials .px-t-review {
    gap: 0.75rem;
    padding: 1.05rem 1rem 1.1rem;
  }

  .page-testimonials .px-t-review__quote p {
    font-size: 0.9rem;
    -webkit-line-clamp: 7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-testimonials .px-t-scroll__track {
    animation: none;
    flex-wrap: wrap;
    width: min(100% - 40px, 1100px);
    margin: 0 auto;
    justify-content: flex-start;
  }

  .page-testimonials .px-t-scroll__list[aria-hidden="true"] {
    display: none;
  }

  .page-testimonials .px-t-scroll__list {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }

  .page-testimonials .px-t-scroll__list > li {
    width: min(100%, 22.5rem);
  }

  .page-testimonials .px-t-scroll {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
  .page-testimonials .px-t-scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  }

  .page-testimonials .px-t-scroll__track {
    flex-wrap: nowrap;
    width: max-content;
    margin: 0;
    padding: 0 clamp(1.25rem, 3vw, 2rem) 0.15rem;
  }

  .page-testimonials .px-t-scroll__list {
    flex-wrap: nowrap;
    width: auto;
  }

  .page-testimonials .px-t-scroll__list > li {
    width: min(21rem, calc(100vw - 4.5rem));
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .page-testimonials .px-t-scroll__track {
    padding: 0 1.25rem 0.15rem;
  }

  .page-testimonials .px-t-scroll__list > li {
    width: min(19.25rem, calc(100vw - 3rem));
  }
}

.page-testimonials .px-t-split {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
  border-top: 1px solid var(--px-line);
}

.page-testimonials .px-t-split__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.page-testimonials .px-t-split__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  color: inherit;
  text-decoration: none;
  border-top: 2px solid var(--px-ink);
}

.page-testimonials .px-t-split__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.page-testimonials .px-t-split__title {
  margin: 0;
  font-size: clamp(1.75rem, 1.35rem + 1.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.page-testimonials .px-t-split__text {
  margin: 0;
  color: var(--px-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.page-testimonials .px-t-split__link {
  margin-top: 0.5rem;
  color: var(--px-blue);
  font-weight: 600;
  font-size: 0.95rem;
}

.page-testimonials .px-t-split__card:hover .px-t-split__link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .page-testimonials .px-t-split__inner {
    grid-template-columns: 1fr;
  }
}

/* —— Reach / local contact (Rowem-inspired) —— */
.px-reach {
  background: #fff;
  color: var(--px-ink);
  border-top: 1px solid var(--px-line);
}

.px-reach__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2.25rem, 4vw, 3rem);
}

.px-reach__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: stretch;
}

.px-reach__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
}

.px-reach__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--px-blue);
}

.px-reach__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 1.4rem + 1.4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.px-reach__text {
  margin: 0;
  max-width: 32rem;
  color: var(--px-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.px-reach__details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.px-reach__details li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--px-ink);
}

.px-reach__detail-icon {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--px-blue);
}

.px-reach__details a {
  color: inherit;
  text-decoration: none;
}

.px-reach__details a:hover {
  color: var(--px-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.px-reach__action {
  display: flex;
  align-items: flex-start;
  margin-top: 0.25rem;
}

.px-reach__map {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
}

.px-reach__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  border: 0;
  background: var(--px-cream);
}

.px-reach__map-caption {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.px-reach__map-caption a {
  color: var(--px-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.px-reach__map-caption a:hover {
  color: var(--px-blue);
}

.px-reach__trust {
  border-top: none;
  background: #fff;
}

.px-reach__trust-inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 1.85rem) 0;
}

.px-reach__trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

.px-reach__trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.px-reach__trust-icon {
  flex: 0 0 auto;
  color: var(--px-blue);
}

.px-reach__trust-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--px-ink);
}

@media (max-width: 900px) {
  .px-reach__layout {
    grid-template-columns: 1fr;
  }

  .px-reach__map iframe {
    min-height: 16rem;
    aspect-ratio: 16 / 10;
    height: auto;
  }

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

@media (max-width: 560px) {
  .px-reach__trust-list {
    grid-template-columns: 1fr;
  }
}
