/*
Theme Name: WESWOO Next
Theme URI: https://www.weswoo.com/
Author: WESWOO
Author URI: https://www.weswoo.com/
Description: A classic WordPress theme for WESWOO, rebuilt from the original Nexsas marketing template with shared components and the WordPress template hierarchy.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: weswoo-next
*/

/* The original visual system is loaded from assets/source/assets/main.css. */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img {
  height: auto;
  max-width: 100%;
}

/* Restore the template's fixed media slots after WordPress applies height:auto. */
.weswoo-next img.size-full {
  height: 100% !important;
  width: 100% !important;
}

.weswoo-next img.object-cover {
  object-fit: cover !important;
}

.weswoo-next img.object-contain {
  object-fit: contain !important;
}

.weswoo-page-operations [data-ns-avatar] {
  display: none !important;
}

.weswoo-home-hero {
  min-height: 0;
  padding-bottom: 56px;
  padding-top: 140px;
}

.weswoo-hero-trust {
  background: rgba(13, 13, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  margin-inline: auto;
  padding: 8px 14px;
  width: fit-content;
}

.weswoo-hero-focus-card::after {
  background: linear-gradient(90deg, rgba(8, 10, 17, 0.64), rgba(8, 10, 17, 0.22) 52%, rgba(8, 10, 17, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: background 300ms ease;
}

.weswoo-hero-focus-card:hover::after {
  background: linear-gradient(90deg, rgba(8, 10, 17, 0.48), rgba(8, 10, 17, 0.12) 52%, rgba(8, 10, 17, 0.42));
}

.weswoo-hero-focus-card h3 {
  z-index: 1;
}

.weswoo-testimonial-section .gradient-hidden {
  overflow: hidden;
}

.weswoo-footer-eyebrow,
.weswoo-footer-meta {
  color: rgba(255, 255, 255, 0.44);
}

.weswoo-footer-copy {
  color: rgba(255, 255, 255, 0.58);
}

.weswoo-footer-contact a {
  color: rgba(255, 255, 255, 0.72);
}

.weswoo-site-footer a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (min-width: 1024px) {
  .weswoo-home-hero {
    padding-bottom: 80px;
    padding-top: 180px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.weswoo-shared-menu {
  gap: 18px;
}

.weswoo-dropdown {
  width: min(920px, calc(100vw - 48px));
}

.weswoo-dropdown-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.weswoo-nav-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.weswoo-header-dark {
  background: rgba(15, 17, 23, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.weswoo-header-dark .weswoo-nav-cta-link {
  background: #fff !important;
}

.weswoo-header-dark .weswoo-nav-cta-text {
  color: #0f1117 !important;
}

.weswoo-header-dark .weswoo-hamburger-line {
  background: #fff !important;
}

.weswoo-header-light {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(15, 17, 23, 0.1) !important;
  box-shadow: 0 14px 40px rgba(15, 17, 23, 0.08);
}

.weswoo-header-light .weswoo-shared-menu > .nav-link-item > .nav-link .nav-item-text {
  color: rgba(15, 17, 23, 0.66) !important;
}

.weswoo-header-light .weswoo-shared-menu > .nav-link-item.current-page > .nav-link .nav-item-text,
.weswoo-header-light .weswoo-shared-menu > .nav-link-item > .nav-link:hover .nav-item-text {
  color: #0f1117 !important;
}

.weswoo-header-light .weswoo-shared-menu > .nav-link-item > .nav-link .nav-arrow-path {
  stroke: rgba(15, 17, 23, 0.58) !important;
}

.weswoo-header-light .weswoo-nav-cta-link {
  background: #0f1117 !important;
}

.weswoo-header-light .weswoo-nav-cta-text {
  color: #fff !important;
}

.weswoo-header-light .weswoo-hamburger-line {
  background: #0f1117 !important;
}

/* Shared WordPress chrome. These rules intentionally do not depend on a source template. */
.weswoo-site-header,
.weswoo-site-header *,
.weswoo-site-footer,
.weswoo-site-footer * {
	box-sizing: border-box;
}

@media (max-width: 782px) {
	body.admin-bar .weswoo-shared-nav {
		top: 56px !important;
	}
}

.weswoo-shared-nav {
  align-items: center !important;
  backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  display: flex !important;
  gap: 20px !important;
  height: 66px !important;
  justify-content: space-between !important;
  left: 50% !important;
  max-width: min(1290px, calc(100vw - 32px)) !important;
  padding: 7px !important;
  position: fixed !important;
  top: 18px !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  z-index: 10000 !important;
}

.weswoo-brand-link {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  display: flex !important;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  width: 50px;
}

.weswoo-brand-link img {
  height: 42px !important;
  object-fit: contain;
  width: 42px !important;
}

.weswoo-shared-menu {
  align-items: stretch !important;
  display: none !important;
  flex: 1 1 auto;
  gap: 22px !important;
  justify-content: center;
  list-style: none;
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
}

.weswoo-shared-menu .nav-link-item {
  align-items: stretch;
  display: flex;
  margin: 0;
  position: relative;
}

.weswoo-shared-menu .nav-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.64) !important;
  display: flex !important;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  gap: 7px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

.weswoo-shared-menu .nav-link:hover,
.weswoo-shared-menu .current-page > .nav-link {
  color: #fff !important;
}

.weswoo-shared-menu .nav-arrow {
  display: inline-flex;
  transition: transform 180ms ease;
}

.weswoo-shared-menu .nav-item:hover .nav-arrow,
.weswoo-shared-menu .nav-item.active .nav-arrow {
  transform: rotate(180deg);
}

.weswoo-nav-cta-link {
  align-items: center;
  background: #fff !important;
  border-radius: 7px;
  display: none !important;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  min-width: 112px;
  padding: 0 18px;
  text-decoration: none;
}

.weswoo-nav-cta-text {
  color: #0f1117 !important;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.weswoo-shared-nav .dropdown-menu-bridge {
  display: block !important;
  height: 22px !important;
  left: 50% !important;
  opacity: 0;
  pointer-events: none;
  position: fixed !important;
  top: 78px !important;
  transform: translateX(-50%) !important;
  width: min(980px, calc(100vw - 40px)) !important;
  z-index: 10001;
}

.weswoo-dropdown.dropdown-menu {
  background: rgba(15, 17, 23, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35) !important;
  display: block !important;
  left: 50% !important;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 14px !important;
  pointer-events: none !important;
  position: fixed !important;
  top: 88px !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
  visibility: hidden !important;
  width: min(980px, calc(100vw - 40px)) !important;
  z-index: 10002 !important;
}

.weswoo-shared-nav .nav-item:hover > .dropdown-menu-bridge,
.weswoo-shared-nav .nav-item.active > .dropdown-menu-bridge {
  opacity: 1;
  pointer-events: auto;
}

.weswoo-shared-nav .nav-item:hover > .weswoo-dropdown,
.weswoo-shared-nav .nav-item:focus-within > .weswoo-dropdown,
.weswoo-shared-nav .weswoo-dropdown.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
  visibility: visible !important;
}

.weswoo-dropdown-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.weswoo-dropdown-card {
  align-items: flex-start;
  border-radius: 9px;
  color: #fff;
  display: flex !important;
  gap: 12px;
  min-height: 76px;
  padding: 12px;
  text-decoration: none;
}

.weswoo-dropdown-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

.weswoo-nav-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.72);
  display: flex !important;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.weswoo-dropdown-copy {
  display: block;
  min-width: 0;
}

.weswoo-dropdown-copy strong,
.weswoo-dropdown-copy small {
  display: block;
  font-family: "Sora", "Microsoft YaHei", sans-serif;
}

.weswoo-dropdown-copy strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.weswoo-dropdown-copy small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}

.nav-hamburger {
  align-items: flex-end;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  padding: 9px;
}

.weswoo-hamburger-line {
  background: #fff !important;
  display: block;
  height: 1px;
  width: 28px;
}

.weswoo-hamburger-line:last-child {
  width: 20px;
}

.weswoo-mobile-drawer {
  background: #0f1117 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: block !important;
  height: 100dvh;
  max-width: 440px;
  overflow: hidden;
  position: fixed !important;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform 240ms ease;
  width: 100%;
  z-index: 11000 !important;
}

.weswoo-mobile-drawer.is-open {
  transform: translateX(0);
}

.weswoo-mobile-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.weswoo-mobile-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.weswoo-mobile-brand {
  background: #fff;
  border-radius: 7px;
  display: block;
  height: 44px;
  width: 44px;
}

.weswoo-mobile-brand img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.nav-hamburger-close {
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  position: relative;
  width: 42px;
}

.nav-hamburger-close span {
  background: rgba(255, 255, 255, 0.9);
  height: 1px;
  left: 12px;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 18px;
}

.nav-hamburger-close span:last-child {
  transform: rotate(-45deg);
}

.weswoo-mobile-scroll {
  overflow-y: auto;
  padding: 26px 0 36px;
}

.weswoo-mobile-menu,
.weswoo-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-toggle,
.weswoo-mobile-contact {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: pointer;
  display: flex !important;
  font-family: "Sora", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  justify-content: space-between;
  padding: 16px 4px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.mobile-menu-toggle.is-open .menu-arrow {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none !important;
  padding: 8px 0 8px 12px !important;
}

.mobile-submenu.is-open {
  display: block !important;
}

.mobile-submenu a {
  align-items: center;
  color: rgba(255, 255, 255, 0.78) !important;
  display: flex !important;
  font-family: "Sora", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  gap: 12px;
  padding: 8px 0;
  text-decoration: none;
}

.mobile-submenu .weswoo-nav-icon {
  flex-basis: 34px;
  height: 34px;
  width: 34px;
}

.weswoo-mobile-cta {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #0f1117 !important;
  display: flex !important;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  justify-content: center;
  margin-top: 20px;
  min-height: 48px;
  text-decoration: none;
}

.weswoo-menu-open {
  overflow: hidden;
}

.weswoo-site-footer {
  background: #0f1117 !important;
  color: #fff;
  overflow: hidden;
  padding: 56px 0 22px;
  position: relative;
  z-index: 20;
}

.weswoo-footer-inner {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.weswoo-footer-copy {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 14px;
  line-height: 1.8;
  margin: 14px 0 0;
}

.weswoo-footer-divider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 42px 0 30px;
}

.weswoo-footer-grid {
  display: grid;
  gap: 32px 28px;
  grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(148px, 0.8fr));
}

.weswoo-footer-brand img {
  height: 40px;
  object-fit: contain;
  width: auto;
}

.weswoo-footer-brand .weswoo-footer-copy {
  max-width: 390px;
}

.weswoo-footer-tagline {
  color: #d0ff4c !important;
  font-size: 14px;
  font-weight: 650;
  margin: 22px 0 0;
}

.weswoo-footer-contact {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.weswoo-footer-contact a,
.weswoo-footer-column a,
.weswoo-footer-legal a,
.weswoo-footer-friend-links a {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 160ms ease;
}

.weswoo-footer-contact a:hover,
.weswoo-footer-column a:hover,
.weswoo-footer-legal a:hover,
.weswoo-footer-friend-links a:hover {
  color: #fff !important;
}

.weswoo-footer-contact p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  margin: 4px 0 0;
}

.weswoo-footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.weswoo-footer-column h3 {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px;
  font-weight: 600;
  margin: 3px 0 6px;
}

.weswoo-footer-legal {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  gap: 32px;
  justify-content: space-between;
}

.weswoo-footer-legal > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  max-width: 670px;
  overflow-wrap: anywhere;
}

.weswoo-footer-legal strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.weswoo-footer-legal-links {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
  padding-top: 4px;
}

.weswoo-footer-legal a,
.weswoo-footer-friend-links a {
  font-size: 13px;
}

.weswoo-footer-friend-links {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.weswoo-footer-friend-links span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
}

.weswoo-footer-bottom {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 12px;
  line-height: 1.55;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 0;
}

.weswoo-footer-bottom p {
  margin: 0;
}

.weswoo-footer-backdrop {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.weswoo-amazon-hero {
  background-image: linear-gradient(90deg, rgba(7, 9, 14, 0.88), rgba(7, 9, 14, 0.5)), url("assets/home/global-growth-v2.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

img[src*="/assets/brand/cases/brands/"] {
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain !important;
  padding: 5px;
}

.weswoo-amazon-hero h1,
.weswoo-amazon-hero p {
  color: rgba(255, 255, 255, 0.94) !important;
}

.weswoo-amazon-hero p {
  opacity: 0.76;
}

.weswoo-amazon-hero .btn-secondary span {
  color: #fff !important;
  opacity: 1;
}

.weswoo-amazon-client-logos > div {
  gap: 28px !important;
}

.weswoo-amazon-client-logos figure {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  margin-left: 0 !important;
  min-width: 0 !important;
  width: 142px;
}

.weswoo-amazon-client-logos img {
  height: 30px !important;
  max-width: 132px !important;
  object-fit: contain !important;
  padding: 0 !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .weswoo-amazon-trust {
    align-items: flex-start;
    margin-bottom: 48px !important;
  }

  .weswoo-amazon-client-logos > div {
    gap: 18px 22px !important;
  }

  .weswoo-amazon-client-logos figure {
    height: 36px;
    width: 104px;
  }

  .weswoo-amazon-client-logos img {
    height: 24px !important;
    max-width: 98px !important;
  }
}

@media (min-width: 1024px) {
  .weswoo-shared-menu {
    display: flex !important;
  }

  .weswoo-nav-cta-link {
    display: flex !important;
  }

  .nav-hamburger {
    display: none !important;
  }

  .weswoo-mobile-drawer {
    display: none !important;
  }
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .weswoo-shared-menu {
    gap: 13px !important;
  }

  .weswoo-shared-menu .nav-link {
    font-size: 12px;
  }

  .weswoo-nav-cta-link {
    min-width: 96px;
    padding: 0 12px;
  }
}

@media (max-width: 820px) {
  .weswoo-footer-grid {
    gap: 32px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weswoo-footer-brand {
    grid-column: 1 / -1;
  }

  .weswoo-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .weswoo-footer-legal-links {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .weswoo-shared-nav {
    height: 58px !important;
    top: 10px !important;
  }

  .weswoo-brand-link {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .weswoo-brand-link img {
    height: 38px !important;
    width: 38px !important;
  }

  .weswoo-site-footer {
    padding-top: 56px;
  }

  .weswoo-footer-inner {
    padding: 0 18px;
  }

  .weswoo-footer-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .weswoo-footer-brand {
    grid-column: auto;
  }

  .weswoo-footer-divider {
    margin: 36px 0 24px;
  }

  .weswoo-footer-friend-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .weswoo-footer-legal {
    gap: 22px;
  }

  .weswoo-footer-legal > p {
    font-size: 13px;
    line-height: 1.8;
  }

  .weswoo-footer-legal-links {
    gap: 12px;
    min-width: 0;
    width: 100%;
  }

  .weswoo-footer-legal a,
  .weswoo-footer-friend-links a {
    font-size: 13px;
    line-height: 1.6;
  }

  .weswoo-footer-friend-links span {
    margin-bottom: 2px;
  }

  .weswoo-footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}

/* Cross-template mobile guardrails. Source families keep their own character,
   while these constraints prevent desktop display type and controls from clipping. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip !important;
  }

  .weswoo-shared-nav {
    left: 16px !important;
    max-width: none !important;
    right: 16px !important;
    transform: none !important;
    width: auto !important;
  }

  .nav-hamburger {
    margin-left: auto !important;
    position: relative;
    z-index: 2;
  }

  main h1,
  main [class*="text-heading-1"],
  main [class*="text-is-heading-1"] {
    font-size: 36px !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: anywhere;
  }

  main h2,
  main [class*="text-heading-2"],
  main [class*="text-is-heading-2"] {
    font-size: 31px !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
    max-width: calc(100vw - 36px) !important;
    overflow-wrap: anywhere;
  }

  main h3,
  main p,
  main a,
  main button {
    overflow-wrap: anywhere;
  }

  main a,
  main button {
    max-width: calc(100vw - 32px);
  }

  .weswoo-headless-integration-card > .flex.items-center {
    flex: 1 1 auto;
    min-width: 0;
  }

  .weswoo-headless-integration-card > .flex.items-center > div {
    flex: 1 1 auto !important;
    min-width: 0;
  }

  .weswoo-headless-integration-card > .flex.items-center > div p {
    white-space: normal;
  }

  .weswoo-headless-integration-card > .size-14:last-child {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  .weswoo-mobile-shell {
    padding: 16px;
  }

  .weswoo-mobile-scroll {
    overscroll-behavior: contain;
    padding-bottom: 28px;
  }

  .weswoo-site-footer {
    padding-bottom: 18px;
  }

  .weswoo-footer-message h2 {
    font-size: 36px;
  }
}

@media (max-width: 380px) {
  main h1,
  main [class*="text-heading-1"],
  main [class*="text-is-heading-1"] {
    font-size: 32px !important;
  }

  main h2,
  main [class*="text-heading-2"],
  main [class*="text-is-heading-2"] {
    font-size: 28px !important;
  }
}

/* Page-level layout guardrails. The imported home templates keep their motion
   and visual language, while content sizing is owned by the WordPress theme. */
body[class*="weswoo-page-"] main :is(h1, h2, h3, h4, h5, p, li, a, button, span) {
  max-width: 100%;
  overflow-wrap: break-word;
}

body[class*="weswoo-page-"] main :is(h1, h2, h3) {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body[class*="weswoo-page-"] main p {
  text-wrap: pretty;
}

body[class*="weswoo-page-"] main :is(.grid, .flex) > * {
  min-width: 0;
}

body[class*="weswoo-page-"] [data-ns-animate] {
  will-change: auto;
}

.weswoo-animation-fallback {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[class*="weswoo-page-"] main :is(a, button, article, [class*="rounded-"]) {
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  body[class*="weswoo-page-"] main :is(article, .weswoo-headless-integration-card):hover {
    transform: translateY(-3px);
  }
}

/* Home */
.weswoo-home-hero {
  padding-bottom: clamp(42px, 4vw, 58px) !important;
}

.weswoo-home-hero .weswoo-hero-trust {
  backdrop-filter: blur(12px);
  gap: 10px !important;
  max-width: min(520px, calc(100vw - 36px));
  padding: 8px 12px !important;
}

.weswoo-home-hero .weswoo-hero-trust :is(p, span) {
  line-height: 1.35;
}

.weswoo-home-hero .weswoo-hero-focus-card {
  aspect-ratio: 1.65 / 1;
  min-height: 0 !important;
  overflow: hidden;
}

.weswoo-home-hero .weswoo-hero-focus-card img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.weswoo-home-hero .weswoo-hero-action {
  padding-top: clamp(36px, 4vw, 48px) !important;
}

.weswoo-home-hero .weswoo-hero-focus-grid {
  padding-top: clamp(28px, 3.2vw, 42px) !important;
}

.weswoo-home-hero .weswoo-hero-gradient {
  pointer-events: none;
}

.weswoo-home-hero .weswoo-hero-gradient img {
  height: 100% !important;
  max-width: none;
  object-fit: fill;
  width: 100% !important;
}

.weswoo-home-clients .weswoo-client-logo-grid {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 920px;
  width: 100%;
}

.weswoo-home-clients .weswoo-client-logo {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 12px 18px;
}

.weswoo-home-clients .weswoo-client-logo__image {
  display: block;
  height: auto !important;
  margin: 0 auto;
  max-height: 40px !important;
  max-width: 150px !important;
  object-fit: contain !important;
  padding: 0;
  width: auto !important;
}

@media (max-width: 767px) {
  .weswoo-home-clients .weswoo-client-logo-grid {
    gap: 14px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 420px;
  }

  .weswoo-home-clients .weswoo-client-logo {
    height: 56px;
    padding: 10px 12px;
  }

  .weswoo-home-clients .weswoo-client-logo__image {
    max-height: 30px !important;
    max-width: 116px !important;
  }
}

.weswoo-testimonial-section {
  min-height: 0 !important;
  overflow: hidden !important;
  padding-bottom: clamp(60px, 6vw, 84px) !important;
  padding-top: clamp(28px, 3vw, 44px) !important;
}

.weswoo-home-process {
  padding-bottom: clamp(36px, 4vw, 52px) !important;
  padding-top: clamp(56px, 5vw, 76px) !important;
}

.weswoo-home-process > .main-container {
  row-gap: clamp(30px, 3vw, 44px) !important;
}

.weswoo-testimonial-section :is(.gradient-hidden, .swiper, .swiper-wrapper) {
  min-height: 0 !important;
}

.weswoo-testimonial-section .swiper-slide {
  height: auto !important;
}

/* Shopify Headless */
.weswoo-headless-integrations .weswoo-headless-integration-card {
  align-items: center !important;
  display: grid !important;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 44px;
  min-height: 124px;
  overflow: hidden;
}

.weswoo-headless-integration-card > .flex.items-center,
.weswoo-headless-integration-card > .flex.items-center > div {
  min-width: 0;
}

.weswoo-headless-integration-card h3 {
  font-size: clamp(18px, 1.5vw, 23px) !important;
  line-height: 1.25 !important;
}

.weswoo-headless-integration-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.55;
  overflow: hidden;
}

.weswoo-headless-integration-card > .size-14:last-child {
  flex: 0 0 44px !important;
  height: 44px !important;
  width: 44px !important;
}

.weswoo-headless-pricing {
  padding-bottom: clamp(80px, 10vw, 130px) !important;
}

.weswoo-headless-pricing > div > div > .main-container > .flex {
  padding-bottom: clamp(64px, 7vw, 96px) !important;
  padding-top: clamp(64px, 7vw, 96px) !important;
}

.weswoo-headless-pricing .basis-\[408px\] {
  flex-basis: 390px !important;
  max-width: 420px;
  width: 100%;
}

.weswoo-headless-pricing li {
  align-items: flex-start !important;
  line-height: 1.5;
}

/* Shopify B2B */
.weswoo-b2b-audience {
  padding-bottom: clamp(84px, 9vw, 130px) !important;
}

.weswoo-b2b-audience figure.absolute {
  bottom: 28px !important;
  max-width: min(420px, 42vw) !important;
  right: clamp(20px, 5vw, 86px) !important;
}

.weswoo-b2b-audience figure.absolute > div {
  max-width: 100%;
}

.weswoo-b2b-testimonials {
  overflow: hidden;
}

.weswoo-b2b-testimonial-grid {
  margin-inline: auto;
  max-width: 980px;
  padding-inline: 24px;
}

.weswoo-b2b-testimonial-track {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weswoo-b2b-testimonial-track > div {
  height: 250px;
  margin-left: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100%;
}

.weswoo-b2b-testimonial-track .flipper {
  height: 100% !important;
  min-width: 0;
}

.weswoo-b2b-testimonial-track .front,
.weswoo-b2b-testimonial-track .back {
  height: 100% !important;
  inset: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

.weswoo-b2b-testimonials .front,
.weswoo-b2b-testimonials article {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 250px;
  overflow: hidden;
}

.weswoo-b2b-testimonials .front > p,
.weswoo-b2b-testimonials article > p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.6;
  overflow: hidden;
}

.weswoo-b2b-testimonials figcaption {
  min-width: 0;
}

.weswoo-b2b-testimonials figcaption p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.weswoo-b2b-cta h2 {
  max-width: 760px;
}

.weswoo-b2b-cta form,
.weswoo-b2b-cta form > div {
  min-width: 0;
}

/* Operations */
.weswoo-operations-hero {
  padding-top: clamp(150px, 14vw, 205px) !important;
}

.weswoo-operations-hero h1 {
  margin-inline: auto;
  max-width: 1050px !important;
}

.weswoo-page-operations [data-pricing] {
  align-items: start;
}

.weswoo-page-operations [data-pricing-tab] {
  min-height: 88px;
}

.weswoo-page-operations [data-pricing-tab] p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
}

.weswoo-page-operations [data-pricing-badge-wrap] {
  display: inline-flex !important;
  min-height: 36px;
  min-width: 92px;
  white-space: nowrap;
}

.weswoo-page-operations [data-pricing-desc-wrap] {
  display: block;
  min-height: 50px;
}

.weswoo-page-operations .weswoo-operations-roi-card {
  background-position: 52% center;
  box-shadow: inset 0 -180px 110px -90px rgba(0, 0, 0, 0.82);
}

.weswoo-page-operations .weswoo-operations-roi-panel {
  background: rgba(13, 16, 23, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.weswoo-page-operations .weswoo-operations-roi-value {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.weswoo-page-operations .weswoo-operations-roi-value strong {
  font-size: 1.35em;
  font-weight: 600;
}

.weswoo-page-operations .weswoo-operations-roi-value span {
  font-size: 0.72em;
  font-weight: 500;
}

.weswoo-page-operations .weswoo-operations-roi-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
}

.weswoo-page-operations .weswoo-operations-roi-stats > span:first-child,
.weswoo-page-operations .weswoo-operations-roi-stats > span:last-child {
  font-size: 11px !important;
  line-height: 1.35;
  white-space: nowrap;
}

.weswoo-page-operations .weswoo-operations-roi-stats > span:last-child {
  text-align: right;
}

/* Shopify Plus: keep the plan comparison readable at every desktop width. */
.weswoo-plus-plan-table [role="row"] > p:first-child {
  flex: 0 0 min(36%, 420px);
  font-weight: 600;
  min-width: 0;
  padding-right: 24px;
  width: auto !important;
}

.weswoo-plus-plan-table [role="row"] > [role="cell"] {
  flex: 1 1 0;
  min-width: 112px;
}

.weswoo-page-shopify-plus main > section:first-of-type .h-\[396px\] {
  height: auto !important;
  min-height: 396px;
}

.weswoo-page-shopify-plus main > section:first-of-type .avatar-group-images {
  display: none !important;
}

.weswoo-plus-testimonials .columns-1 {
  columns: auto !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.weswoo-plus-testimonials article {
  height: 100%;
  margin: 0 !important;
}

.weswoo-plus-testimonials article:nth-child(n + 4) {
  display: none !important;
}

.weswoo-plus-testimonials article > div {
  height: 100%;
  min-height: 250px;
}

.weswoo-plus-testimonials article figure,
.weswoo-plus-testimonials article > div > div:first-child > a {
  display: none !important;
}

.weswoo-plus-testimonials article > div > div:first-child > div {
  min-width: 0;
}

.weswoo-plus-testimonials article p {
  overflow-wrap: anywhere;
}

.weswoo-operations-faq {
  padding-top: clamp(72px, 8vw, 112px) !important;
}

.weswoo-operations-faq h2 {
  line-height: 1.08 !important;
}

.weswoo-operations-pricing {
  padding-bottom: clamp(76px, 8vw, 118px) !important;
}

.weswoo-operations-pricing [data-pricing] {
  align-items: stretch !important;
  max-width: 1080px !important;
}

.weswoo-operations-pricing [data-pricing] > div:first-child {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 17, 23, 0.08);
  border-radius: 20px;
  padding: 24px;
}

.weswoo-operations-pricing [data-pricing] > div:first-child > figure {
  display: none !important;
}

.weswoo-operations-pricing [data-pricing-badge] {
  display: inline-flex;
  white-space: nowrap;
}

/* Amazon Haul */
.weswoo-amazon-testimonials {
  overflow: hidden;
  padding-bottom: clamp(72px, 8vw, 112px) !important;
  padding-top: clamp(72px, 8vw, 112px) !important;
}

.weswoo-amazon-testimonial-grid {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 24px;
}

.weswoo-amazon-testimonial-track {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.weswoo-amazon-testimonials article,
.weswoo-amazon-testimonials .swiper-slide > div {
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.weswoo-amazon-testimonial-track article {
  margin-left: 0 !important;
  min-width: 0 !important;
  padding: 28px !important;
  width: 100%;
}

.weswoo-amazon-testimonial-track article > div.flex > a {
  display: none !important;
}

.weswoo-amazon-results .cards-marquee-container {
  overflow: hidden !important;
}

.weswoo-amazon-results .horizontal-marquee-inner > .flex {
  justify-content: flex-start !important;
  padding: 8px 24px 20px;
}

.weswoo-amazon-results .horizontal-marquee-inner > .flex > div,
.weswoo-amazon-results .cards-marquee-container > .flex > div {
  flex: 0 0 340px !important;
  margin-left: 0 !important;
  min-height: 300px !important;
  min-width: 340px !important;
  width: 340px !important;
}

.weswoo-amazon-results .cards-marquee-container > .flex {
  justify-content: flex-start !important;
  overflow-x: auto;
  padding: 8px max(24px, calc((100vw - 1240px) / 2)) 20px;
  scrollbar-width: none;
}

.weswoo-amazon-results .cards-marquee-container > .flex::-webkit-scrollbar {
  display: none;
}

.weswoo-amazon-testimonials figure {
  flex: 0 0 84px;
  height: 44px;
  max-width: 84px;
}

.weswoo-amazon-testimonials figure img {
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

.weswoo-page-amazon-haul section[aria-label="Blog posts and insights"] article {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.weswoo-page-amazon-haul section[aria-label="Blog posts and insights"] article figure {
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  max-height: 310px;
  min-height: 0 !important;
  overflow: hidden;
}

.weswoo-page-amazon-haul section[aria-label="Blog posts and insights"] article figure img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* Brand-process page: crop the portrait source visual to the section rhythm. */
.weswoo-career-capability-visual > figure:nth-of-type(3) {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.weswoo-career-capability-visual > figure:nth-of-type(3) img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* About */
.weswoo-about-hero {
  padding-bottom: clamp(76px, 7vw, 110px) !important;
  padding-top: clamp(170px, 15vw, 220px) !important;
}

.weswoo-about-hero > .main-container {
  margin-bottom: 0 !important;
  min-height: auto;
}

.weswoo-about-hero .hero-title {
  font-size: clamp(48px, 5.1vw, 76px) !important;
  line-height: 1.08 !important;
  margin-inline: auto;
  max-width: 1080px;
  position: relative;
  z-index: 5;
}

.weswoo-about-hero > .main-container > .text-left {
  padding-top: 0 !important;
}

.weswoo-about-hero .weswoo-about-decor,
.weswoo-about-hero .weswoo-about-hero-assistant {
  display: none !important;
}

.weswoo-about-hero > .main-container:first-of-type {
  margin-bottom: clamp(70px, 8vw, 110px) !important;
  row-gap: 0 !important;
}

.weswoo-about-hero > .main-container:first-of-type > .text-left {
  padding-top: 0 !important;
}

.weswoo-about-services [data-ns-animate],
.weswoo-about-metrics [data-ns-animate] {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.weswoo-about-services .grid {
  counter-reset: weswoo-about-service;
}

.weswoo-about-services .grid > div {
  counter-increment: weswoo-about-service;
  min-height: 280px;
  overflow: hidden;
}

.weswoo-about-services .grid > div :is([class*="ns-shape-"], [class^="ns-shape-"]) {
  display: none !important;
}

.weswoo-about-services .grid > div::before {
  align-items: center;
  border: 1px solid rgba(15, 17, 23, 0.16);
  border-radius: 50%;
  content: "0" counter(weswoo-about-service);
  display: inline-flex;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  height: 44px;
  justify-content: center;
  margin-bottom: 28px;
  width: 44px;
}

.weswoo-about-metrics .flex > div,
.weswoo-about-metrics .grid > div {
  min-width: 0;
}

.weswoo-about-metrics p {
  line-height: 1.55 !important;
  margin-inline: auto;
  max-width: 190px !important;
}

/* Services */
.weswoo-services-hero {
  padding-top: clamp(150px, 14vw, 205px) !important;
}

.weswoo-services-hero h1 {
  font-size: clamp(52px, 5.3vw, 80px) !important;
  line-height: 1.08 !important;
  margin-inline: auto;
  max-width: 1180px;
}

.weswoo-services-hero figure {
  aspect-ratio: 16 / 7;
  border-radius: 8px;
  max-width: 1120px !important;
  overflow: hidden;
}

.weswoo-services-hero figure img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.weswoo-services-process {
  overflow: hidden;
  padding-bottom: clamp(76px, 8vw, 116px) !important;
  padding-top: clamp(76px, 8vw, 116px) !important;
}

.weswoo-services-process .grid > div,
.weswoo-services-process article {
  min-height: 250px;
}

.weswoo-services-process div:has(> .icon-right-marquee-container) {
  display: none !important;
}

.weswoo-services-grid > div {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}

.weswoo-services-grid :is(h3, h4, h5) {
  line-height: 1.2 !important;
}

.weswoo-services-grid p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  line-height: 1.6;
  overflow: hidden;
}

.weswoo-services-grid a:has(> figure) {
  gap: 8px;
  min-width: 132px;
  width: auto !important;
}

.weswoo-services-grid a:has(> figure)::before {
  color: #fff;
  content: "查看服务";
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.weswoo-services-grid a:has(> figure) figure {
  flex: 0 0 20px;
  height: 20px !important;
  width: 20px !important;
}

/* Brand process */
.weswoo-career-hero {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(70px, 8vw, 110px) !important;
  padding-top: clamp(170px, 16vw, 225px) !important;
}

.weswoo-career-hero > .main-container {
  order: 1;
}

.weswoo-career-hero .weswoo-career-hero-backdrop {
  aspect-ratio: 16 / 7;
  border-radius: 8px;
  inset: auto !important;
  margin: clamp(44px, 5vw, 72px) auto 0;
  max-width: 1120px;
  order: 2;
  overflow: hidden;
  position: relative !important;
  transform: none !important;
  width: calc(100% - 40px);
  z-index: 1 !important;
}

.weswoo-career-hero .weswoo-career-hero-backdrop img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.weswoo-career-hero .weswoo-career-hero-dashboard {
  display: none !important;
}

.weswoo-career-hero h1 {
  font-size: clamp(52px, 5vw, 78px) !important;
  line-height: 1.08 !important;
  margin-inline: auto;
  max-width: 1120px;
}

.weswoo-career-hero figure {
  aspect-ratio: 16 / 8;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 1120px !important;
  overflow: hidden;
}

.weswoo-career-hero figure img {
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  width: 100% !important;
}

.weswoo-career-process {
  padding-bottom: clamp(52px, 6vw, 80px) !important;
  padding-top: clamp(72px, 8vw, 108px) !important;
}

.weswoo-career-process > div > div {
  min-height: 140px;
}

/* Integrated marketing */
.weswoo-integration-hero {
  padding-bottom: clamp(80px, 8vw, 120px) !important;
  padding-top: clamp(170px, 17vw, 220px) !important;
}

.weswoo-integration-hero h1 {
  font-size: clamp(52px, 5.5vw, 82px) !important;
  line-height: 1.05 !important;
  margin-inline: auto;
  max-width: 1080px;
}

.weswoo-integration-hero :is(.marketing-hero-asset-content, .marketing-hero-asset-content-2) {
  max-height: none !important;
  min-height: 176px !important;
  overflow: hidden;
  padding: 20px !important;
}

.weswoo-integration-hero :is(.marketing-hero-asset-content, .marketing-hero-asset-content-2) h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.weswoo-integration-hero :is(.marketing-hero-asset-content, .marketing-hero-asset-content-2) p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px !important;
  line-height: 1.48 !important;
  overflow: hidden;
}

/* Home testimonials: keep the source cards, but present a readable selection. */
.weswoo-testimonial-section .cards-marquee-container {
  display: block !important;
  margin-inline: auto;
  max-width: 1180px;
  overflow: visible !important;
  padding-inline: 24px;
  transform: none !important;
  width: 100%;
}

.weswoo-testimonial-section .horizontal-marquee-inner {
  animation: none !important;
  display: none !important;
  transform: none !important;
  width: 100% !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child {
  display: block !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:not(:first-child) {
  display: none !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100% !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child > div {
  margin: 0 !important;
  min-height: 286px !important;
  min-width: 0 !important;
  padding: 32px 28px 26px !important;
  width: 100% !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child > div:nth-child(n + 4) {
  display: none !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child > div > div:first-child p {
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child > div > div:last-child {
  bottom: 26px !important;
  margin-top: 0 !important;
  width: calc(100% - 48px);
}

.weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child > div > div:last-child > p:first-of-type {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.weswoo-home-hero .weswoo-hero-trust {
  display: none !important;
}

/* Contact testimonials: the source marquee collapses under the global flex guardrail. */
.weswoo-contact-testimonials .cards-marquee-container {
  display: block !important;
  filter: none !important;
  margin-inline: auto;
  max-width: 980px;
  overflow: visible !important;
  padding-inline: 20px;
  transform: none !important;
  width: 100%;
}

.weswoo-contact-testimonials .horizontal-marquee-inner {
  animation: none !important;
  display: none !important;
  transform: none !important;
  width: 100% !important;
}

.weswoo-contact-testimonials .horizontal-marquee-inner:first-child {
  display: block !important;
}

.weswoo-contact-testimonials .horizontal-marquee-inner:first-child > div:not(:first-child) {
  display: none !important;
}

.weswoo-contact-testimonials .horizontal-marquee-inner:first-child > div:first-child {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: 0 !important;
  width: 100% !important;
}

.weswoo-contact-testimonials .horizontal-marquee-inner:first-child > div:first-child > div {
  margin: 0 !important;
  max-width: none !important;
  min-height: 280px !important;
  min-width: 0 !important;
  perspective: none !important;
  width: 100% !important;
}

.weswoo-contact-testimonials .flipper {
  height: 100% !important;
  min-height: 280px !important;
  transform: none !important;
  transform-style: flat !important;
  width: 100% !important;
}

.weswoo-contact-testimonials .front {
  backface-visibility: visible !important;
  height: 100% !important;
  min-height: 280px !important;
  position: relative !important;
  width: 100% !important;
}

.weswoo-contact-testimonials .back {
  display: none !important;
}

.weswoo-contact-testimonials figcaption {
  min-width: 0;
}

@media (max-width: 767px) {
  .weswoo-contact-testimonials .horizontal-marquee-inner:first-child > div:first-child {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weswoo-amazon-testimonial-track {
    grid-template-columns: 1fr;
  }

  .weswoo-plus-testimonials .columns-1 {
    grid-template-columns: 1fr;
  }

  .weswoo-about-hero .weswoo-about-decor,
  .weswoo-about-hero .weswoo-about-hero-assistant {
    display: none !important;
  }

  .weswoo-b2b-audience figure.absolute {
    bottom: auto !important;
    max-width: 520px !important;
    position: relative !important;
    right: auto !important;
  }

  .weswoo-career-hero figure,
  .weswoo-services-hero figure {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 767px) {
  .weswoo-b2b-testimonial-grid {
    padding-inline: 16px;
  }

  .weswoo-b2b-testimonial-track {
    grid-template-columns: 1fr;
  }

  .weswoo-home-hero .weswoo-hero-focus-card {
    aspect-ratio: 1.35 / 1;
  }

  .weswoo-page-home .partner-ship-card {
    height: auto !important;
    min-height: 390px;
  }

  .weswoo-page-home .partner-ship-card > a {
    min-height: 390px;
    padding: 30px 24px !important;
  }

  .weswoo-page-home .partner-ship-card .gap-21 {
    gap: 16px !important;
  }

  .weswoo-page-home .partner-ship-card .partner-ship-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    display: -webkit-box;
    line-height: 1.55 !important;
    overflow: hidden;
  }

  .weswoo-plus-plan-table {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .weswoo-plus-plan-table [role="row"] {
    min-width: 620px;
  }

  .weswoo-plus-plan-table [role="row"] > p:first-child {
    flex-basis: 230px;
  }

  .weswoo-plus-plan-table [role="row"] > [role="cell"] {
    min-width: 120px;
  }

  .weswoo-amazon-results .cards-marquee-container > .flex > div,
  .weswoo-amazon-results .horizontal-marquee-inner > .flex > div {
    flex-basis: 280px !important;
    min-height: 260px !important;
    min-width: 280px !important;
    width: 280px !important;
  }

  .weswoo-headless-pricing .basis-\[408px\] {
    flex-basis: auto !important;
  }

  .weswoo-about-hero {
    padding-top: 130px !important;
  }

  .weswoo-about-hero > .main-container {
    min-height: auto;
  }

  .weswoo-about-hero .hero-title,
  .weswoo-career-hero h1,
  .weswoo-services-hero h1,
  .weswoo-integration-hero h1 {
    font-size: 36px !important;
    line-height: 1.12 !important;
  }

  .weswoo-about-services .grid > div,
  .weswoo-services-grid > div {
    min-height: 0;
  }

  .weswoo-career-hero figure,
  .weswoo-services-hero figure {
    aspect-ratio: 4 / 3;
  }

  .weswoo-integration-hero :is(.marketing-hero-asset-content, .marketing-hero-asset-content-2) {
    max-width: min(250px, calc(100vw - 44px)) !important;
    min-width: 0 !important;
  }

  .weswoo-testimonial-section .horizontal-marquee-inner:first-child > div:first-child {
    grid-template-columns: 1fr;
  }
}

/* Cross-page visual rhythm. Home and Cases intentionally keep their more
   editorial display scale; the service pages share a calmer reading system. */

/* Home service capability: a restrained systems layer, kept behind the copy. */
.weswoo-home-service-network__visual {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.weswoo-home-service-network__visual::before,
.weswoo-home-service-network__visual::after {
  border: 1px solid rgba(255, 255, 255, 0.045);
  content: "";
  height: min(56vw, 760px);
  position: absolute;
  transform: rotate(-24deg);
  width: min(66vw, 920px);
}

.weswoo-home-service-network__visual::before {
  left: -26vw;
  top: 8%;
}

.weswoo-home-service-network__visual::after {
  bottom: -38%;
  right: -20vw;
}

.weswoo-home-service-network__line {
  background: rgba(255, 255, 255, 0.06);
  display: block;
  height: 1px;
  position: absolute;
  transform-origin: left center;
}

.weswoo-home-service-network__line--one {
  left: 4%;
  top: 41%;
  transform: rotate(17deg);
  width: 39%;
}

.weswoo-home-service-network__line--two {
  right: 8%;
  top: 25%;
  transform: rotate(-19deg);
  width: 32%;
}

.weswoo-home-service-network__line--three {
  bottom: 23%;
  right: 18%;
  transform: rotate(12deg);
  width: 38%;
}

.weswoo-home-service-network__node {
  background: rgba(223, 204, 255, 0.24);
  display: block;
  height: 4px;
  position: absolute;
  transform: rotate(45deg);
  width: 4px;
}

.weswoo-home-service-network__node--one { left: 16%; top: 44%; }
.weswoo-home-service-network__node--two { left: 43%; top: 53%; }
.weswoo-home-service-network__node--three { right: 23%; top: 29%; }
.weswoo-home-service-network__node--four { bottom: 24%; right: 20%; }

@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
  .weswoo-home-service-network__line--one {
    animation: weswoo-network-drift-one 22s ease-in-out infinite alternate;
  }

  .weswoo-home-service-network__line--two {
    animation: weswoo-network-drift-two 19s ease-in-out infinite alternate;
  }

  .weswoo-home-service-network__node--one,
  .weswoo-home-service-network__node--three {
    animation: weswoo-network-pulse 12s ease-in-out infinite;
  }

  .weswoo-home-service-network__node--two,
  .weswoo-home-service-network__node--four {
    animation: weswoo-network-pulse 12s 4s ease-in-out infinite;
  }
}

@keyframes weswoo-network-drift-one {
  from { transform: translate3d(-2%, -6%, 0) rotate(17deg); }
  to { transform: translate3d(4%, 7%, 0) rotate(17deg); }
}

@keyframes weswoo-network-drift-two {
  from { transform: translate3d(3%, 5%, 0) rotate(-19deg); }
  to { transform: translate3d(-4%, -6%, 0) rotate(-19deg); }
}

@keyframes weswoo-network-pulse {
  0%, 100% { opacity: 0.22; }
  50% { opacity: 0.82; }
}

@media (max-width: 768px) {
  .weswoo-home-service-network__visual { opacity: 0.58; }
  .weswoo-home-service-network__visual::before,
  .weswoo-home-service-network__visual::after { display: none; }
  .weswoo-home-service-network__line--two { right: -16%; width: 56%; }
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) {
  --weswoo-reading-leading: 1.68;
  --weswoo-section-compact: clamp(64px, 6vw, 92px);
  --weswoo-section-standard: clamp(76px, 7vw, 112px);
  --weswoo-section-relaxed: clamp(88px, 8vw, 128px);
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(p, li) {
  line-height: var(--weswoo-reading-leading);
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main h1 {
  font-size: clamp(50px, 4.8vw, 68px) !important;
  line-height: 1.08 !important;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(
  h2.text-heading-2,
  h2[class*="text-heading-2"],
  h2[class*="text-is-heading-2"]
) {
  font-size: clamp(40px, 3.8vw, 54px) !important;
  line-height: 1.14 !important;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(h3, h4) {
  line-height: 1.28;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(article, [class*="rounded-"]) :is(h2, h3, h4, p, li) {
  min-width: 0;
  overflow-wrap: anywhere;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main .btn-md {
  min-height: 44px;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main .btn-lg {
  min-height: 48px;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(.btn-xl, .btn-xl-v2) {
  min-height: 52px;
}

body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main .accordion-action {
  line-height: 1.4;
  min-height: 72px;
}

/* Page-specific spacing corrections for imported template sections whose
   original landing-page whitespace is too large for an information site. */
.weswoo-page-about-us main > section:nth-of-type(4) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-standard) !important;
}

.weswoo-page-about-us main > section:nth-of-type(5) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-contact main > section:nth-of-type(2),
.weswoo-page-contact main > section:nth-of-type(3),
.weswoo-page-contact main > section:nth-of-type(4),
.weswoo-page-contact main > section:nth-of-type(5),
.weswoo-page-contact main > section:nth-of-type(8) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-shopify-plus main > section:first-of-type {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: clamp(170px, 15vw, 200px) !important;
}

.weswoo-page-shopify-headless main > section:nth-of-type(2) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-shopify-headless main > section:last-of-type {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-operations main > section:not(:first-of-type) {
  padding-top: var(--weswoo-section-standard) !important;
}

.weswoo-page-amazon-haul main > section:nth-of-type(7) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-career .weswoo-career-hero {
  padding-top: clamp(170px, 15vw, 200px) !important;
}

.weswoo-page-career main > section:nth-of-type(3) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
  padding-top: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-integration main > section:nth-of-type(7),
.weswoo-page-integration main > section:nth-of-type(9),
.weswoo-page-integration main > section:nth-of-type(10) {
  padding-bottom: var(--weswoo-section-relaxed) !important;
}

.weswoo-page-integration main > section:nth-of-type(7) {
  padding-top: var(--weswoo-section-relaxed) !important;
}

@media (max-width: 767px) {
  body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) {
    --weswoo-section-compact: 52px;
    --weswoo-section-standard: 60px;
    --weswoo-section-relaxed: 68px;
  }

  body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main h1 {
    font-size: 36px !important;
    line-height: 1.12 !important;
  }

  body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(
    h2.text-heading-2,
    h2[class*="text-heading-2"],
    h2[class*="text-is-heading-2"]
  ) {
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main :is(.btn-md, .btn-lg, .btn-xl, .btn-xl-v2) {
    min-height: 48px;
  }

  body[class*="weswoo-page-"]:not(.weswoo-page-home):not(.weswoo-page-cases) main .accordion-action {
    min-height: 64px;
  }

  .weswoo-page-shopify-plus main > section:first-of-type,
  .weswoo-page-career .weswoo-career-hero {
    padding-top: 132px !important;
  }

  /* Imported bundles toggle Tailwind's block/hidden classes, while the shared
     drawer uses is-open. Supporting both keeps every template's submenu usable. */
  .weswoo-mobile-drawer .mobile-submenu.block {
    display: block !important;
  }

  .weswoo-mobile-drawer .mobile-menu-toggle[aria-expanded="true"] .menu-arrow {
    transform: rotate(180deg);
  }
}
/* Shopify Plus checklist cards reuse the source masonry motion without fake people or social profiles. */
.weswoo-plus-checks article .flex.items-center.gap-3 {
	align-items: flex-start;
}

/* B2B acceptance cards keep the source flip interaction without invented people or ratings. */
.weswoo-b2b-acceptance .front figure > img,
.weswoo-b2b-acceptance .back figure > img {
	display: none !important;
}

/* The home marquee is a project-readiness checklist, not an invented review wall. */
.weswoo-testimonial-section .max-h-full > div:first-child,
.weswoo-testimonial-section .max-h-full > .flex:first-child {
	display: none !important;
}

/* Contact cards collect briefing inputs and do not represent named customers. */
.weswoo-contact-briefing .front figure > img,
.weswoo-contact-briefing .back figure > img {
	display: none !important;
}

/* Service cards explain delivery standards and do not imply customer endorsements. */
.weswoo-service-standards article figure img {
  display: none !important;
}

/* Marketing integration: keep the source motion, remove unsupported customer proof. */
.weswoo-integration-method [aria-label="Customer avatars"],
.weswoo-integration-method .weswoo-integration-logo-row,
.weswoo-integration-acceptance article figure > img,
.weswoo-integration-acceptance article a[href="https://x.com"] {
  display: none !important;
}

/* Brand export: these cards are delivery checks, not customer profiles. */
.weswoo-brand-acceptance article figure,
.weswoo-brand-acceptance article a[href="#"] {
  display: none !important;
}

/* Operations: use source workflow illustrations instead of invented portraits. */
.weswoo-operations-scenarios [data-operations-scene] {
  background: #f4f5f8;
}

.weswoo-operations-scenarios [data-operations-scene] > img {
  background: #f4f5f8;
}

/* Home case studies: keep every overlay inside its image, even when a source
   animation falls back and clears transform-based positioning. */
.weswoo-featured-case-card {
  isolation: isolate;
  overflow: hidden;
}

.weswoo-featured-case-caption {
  box-sizing: border-box;
  left: 14px !important;
  right: 14px !important;
  transform: none !important;
  width: auto !important;
}

/* Compact directory adapted from the creative-portfolio customer filter.
   Featured cases stay visual; this layer makes the wider case library scannable. */
.weswoo-home-case-directory {
  border-top: 1px solid #dfe2e7;
  margin-top: 88px;
  padding-top: 48px;
}

.weswoo-home-case-directory__heading {
  align-items: flex-end;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.weswoo-home-case-directory__heading > div {
  min-width: 0;
}

.weswoo-home-case-directory__eyebrow {
  color: #727781;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.weswoo-home-case-directory__heading h3 {
  color: #11141d;
  font-family: "Inter Tight", sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.weswoo-home-case-directory__heading > p {
  color: #686d76;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.58;
  margin: 0;
  max-width: 470px;
}

.weswoo-home-case-directory__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.weswoo-home-case-directory__filter {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe2e7;
  border-radius: 999px;
  color: #3d424b;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 500;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  min-height: 46px;
  padding: 0 17px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.weswoo-home-case-directory__filter > span:last-child {
  color: #9297a0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}

.weswoo-home-case-directory__filter:is(:hover, :focus-visible) {
  border-color: #11141d;
  color: #11141d;
  outline: none;
}

.weswoo-home-case-directory__filter.is-active {
  background: #11141d;
  border-color: #11141d;
  color: #fff;
}

.weswoo-home-case-directory__filter.is-active > span:last-child {
  color: #b7ff3c;
}

.weswoo-home-case-directory__list {
  border-top: 1px solid #dfe2e7;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weswoo-home-case-directory__item {
  align-items: center;
  border-bottom: 1px solid #dfe2e7;
  color: #11141d;
  display: grid;
  gap: 18px;
  grid-template-columns: 32px 104px minmax(0, 1fr) 36px;
  min-height: 116px;
  padding: 18px 20px;
  position: relative;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.weswoo-home-case-directory__item.is-visible-left {
  border-right: 1px solid #dfe2e7;
}

.weswoo-home-case-directory__item[hidden] {
  display: none !important;
}

.weswoo-home-case-directory__item:is(:hover, :focus-visible) {
  background: #f3f5f7;
  color: #11141d;
  outline: none;
}

.weswoo-home-case-directory__number {
  color: #8a909a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0;
}

.weswoo-home-case-directory__logo {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: flex-start;
  min-width: 0;
}

.weswoo-home-case-directory__logo img {
  display: block;
  height: auto;
  max-height: 34px;
  max-width: 96px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.weswoo-home-case-directory__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.weswoo-home-case-directory__copy strong {
  color: #11141d;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.weswoo-home-case-directory__copy > span {
  color: #737983;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.weswoo-home-case-directory__arrow {
  align-items: center;
  border: 1px solid #d5d9df;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  width: 36px;
}

.weswoo-home-case-directory__arrow svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 17px;
}

.weswoo-home-case-directory__item:is(:hover, :focus-visible) .weswoo-home-case-directory__arrow {
  background: #11141d;
  border-color: #11141d;
  color: #fff;
}

.weswoo-home-case-directory__count {
  color: #7f858e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0;
  margin: 18px 0 0;
  text-align: right;
}

@media (min-width: 768px) {
  .weswoo-featured-case-caption {
    left: 24px !important;
    right: 24px !important;
  }
}

@media (max-width: 767px) {
  .weswoo-home-case-directory {
    margin-top: 60px;
    padding-top: 36px;
  }

  .weswoo-home-case-directory__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .weswoo-home-case-directory__heading h3 {
    font-size: 34px;
    line-height: 1.12;
  }

  .weswoo-home-case-directory__heading > p {
    font-size: 16px;
    max-width: 42rem;
  }

  .weswoo-home-case-directory__filters {
    flex-wrap: nowrap;
    margin-left: -14px;
    margin-right: -14px;
    overflow-x: auto;
    padding: 0 14px 8px;
    scrollbar-width: none;
  }

  .weswoo-home-case-directory__filters::-webkit-scrollbar {
    display: none;
  }

  .weswoo-home-case-directory__filter {
    flex: 0 0 auto;
  }

  .weswoo-home-case-directory__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .weswoo-home-case-directory__item {
    gap: 12px;
    grid-template-columns: 28px 76px minmax(0, 1fr) 34px;
    min-height: 102px;
    padding: 16px 0;
  }

  .weswoo-home-case-directory__item.is-visible-left {
    border-right: 0;
  }

  .weswoo-home-case-directory__logo img {
    max-height: 28px;
    max-width: 72px;
  }

  .weswoo-home-case-directory__copy strong {
    font-size: 18px;
  }
}

#trp-floater-ls {
  display: none !important;
}

.weswoo-site-footer .weswoo-footer-bottom p {
  color: rgba(255, 255, 255, 0.7) !important;
}
