/**
 * WSF Blocks — front + editor preview styles.
 * Colours/spacing come from page tokens (--wsf-*) with fallbacks.
 *
 * Home rhythm locked 2026-07-18: crispy Poppins section titles (weight 400),
 * tighter section gaps. Stamp: .home-rhythm-locked — do not fatten titles
 * or re-inflate section_pad without re-accept.
 */

.wsf-block {
  /* Bottom-only margin so adjacent sections don’t stack 2× pad into a huge gap. */
  margin: 0 0 calc(var(--wsf-section-pad, 2rem) * 0.7);
  color: var(--wsf-color-text, #111111);
  font-family: "Inter", var(--wsf-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
}

.wsf-block + .wsf-block {
  margin-top: 0;
}

/* Body / supporting copy — crisp near-black (avoid washed mid-greys). */
.wsf-block p,
.wsf-block-hero__sub,
.wsf-block-cta__text,
.wsf-block-split__text,
.wsf-block-promos__text,
.wsf-block-trust__text,
.wsf-block-trust__intro,
.wsf-block-faq__a,
.wsf-replicator-heading + p {
  color: var(--wsf-color-text, #111111);
}

/* Elementor section band colours carried through Store Replicator. */
.wsf-block.has-band {
  margin: 0 0 calc(var(--wsf-section-pad, 2rem) * 0.55);
  padding: calc(var(--wsf-section-pad, 2.25rem) * 0.75) 0;
  background: var(--wsf-band, var(--wsf-color-surface, #f6f7f8)) !important;
}

.wsf-block.has-band + .wsf-block.has-band {
  /* Adjacent bands stack without double vertical gap. */
  margin-top: 0;
}

/* Dark Elementor bands → light copy so accent colours stay readable. */
.wsf-block.has-band--dark,
.wsf-block.has-band--dark .wsf-block__title,
.wsf-block.has-band--dark .wsf-block-cta__title,
.wsf-block.has-band--dark .wsf-block-cta__text,
.wsf-block.has-band--dark .wsf-block-split__title,
.wsf-block.has-band--dark .wsf-block-split__text,
.wsf-block.has-band--dark .wsf-block-trust__label,
.wsf-block.has-band--dark .wsf-block-faq__q,
.wsf-block.has-band--dark .wsf-block-faq__a,
.wsf-block.has-band--dark .wsf-block-products__name,
.wsf-block.has-band--dark .wsf-block-products__price,
.wsf-block.has-band--dark .wsf-block-promos__heading,
.wsf-block.has-band--dark .wsf-block-promos__text,
.wsf-block.has-band--dark.wsf-block-hero--split_left,
.wsf-block.has-band--dark.wsf-block-hero--split_right,
.wsf-block.has-band--dark.wsf-block-hero--split_left .wsf-block-hero__title,
.wsf-block.has-band--dark.wsf-block-hero--split_right .wsf-block-hero__title,
.wsf-block.has-band--dark.wsf-block-hero--split_left .wsf-block-hero__sub,
.wsf-block.has-band--dark.wsf-block-hero--split_right .wsf-block-hero__sub {
  color: #f8fafc;
}

.wsf-block.has-band--dark .wsf-block-cta__text,
.wsf-block.has-band--dark .wsf-block-split__text,
.wsf-block.has-band--dark .wsf-block-faq__a {
  color: rgba(248, 250, 252, 0.86);
}

.wsf-block.has-band--dark .wsf-block-products__card,
.wsf-block.has-band--dark .wsf-block-trust__item {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.wsf-block.has-band--dark .wsf-block-faq__item {
  background: var(--wsf-color-bg, #fff);
  border-color: var(--wsf-color-border, #e2e5ea);
}

.wsf-block.has-band--dark .wsf-block-faq__q {
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block.has-band--dark .wsf-block-faq__a,
.wsf-block.has-band--dark .wsf-block-faq__q::after {
  color: var(--wsf-color-muted, #222222);
}

/* Category tiles keep a light card on dark bands so offset accent chrome stays visible. */
.wsf-block.has-band--dark .wsf-block-categories__tile {
  background: var(--wsf-color-bg, #fff);
  border-color: var(--wsf-color-border, #e2e5ea);
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block.has-band--dark .wsf-block-categories__name {
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block .wsf-container {
  max-width: var(--wsf-page-max-width, var(--wsf-layout-max, 72rem));
  width: min(100% - 2.5rem, var(--wsf-page-max-width, var(--wsf-layout-max, 72rem)));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}

/* Per-band width from Elementor full / boxed / narrow containers. */
.wsf-block.has-width-full .wsf-container {
  max-width: min(100% - 2rem, var(--wsf-page-max-width, 90rem));
  width: min(100% - 2rem, var(--wsf-page-max-width, 90rem));
}

.wsf-block.has-width-boxed .wsf-container {
  max-width: var(--wsf-page-max-width, var(--wsf-layout-max, 72rem));
  width: min(100% - 2.5rem, var(--wsf-page-max-width, var(--wsf-layout-max, 72rem)));
}

.wsf-block.has-width-narrow .wsf-container {
  max-width: min(42rem, var(--wsf-page-max-width, 72rem));
  width: min(100% - 2.5rem, 42rem);
}

.wsf-block-hero.has-width-full {
  width: 100%;
}

.wsf-block-hero.has-width-full .wsf-block-hero__shell {
  max-width: min(100% - 2rem, 80rem);
}

/* Keep related stacks tight when Elementor used one band. */
.wsf-block-products + .wsf-block-cta,
.wsf-block-categories + .wsf-block-cta,
.wsf-block-trust + .wsf-block-cta {
  margin-top: calc(var(--wsf-section-pad, 2rem) * 0.35);
}

.wsf-block__title {
  margin: 0 0 1.25rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--wsf-color-text, #111111);
}

.wsf-block-products .wsf-block__title,
.wsf-block-categories .wsf-block__title {
  text-align: var(--wsf-title-align, center);
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.6rem, 1.25rem + 1.1vw, 2.1rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-replicator-heading,
.wsf-page .wsf-replicator-heading {
  margin: 1.5rem auto 1rem;
  max-width: var(--wsf-page-max-width, var(--wsf-layout-max, 72rem));
  padding-inline: 1.25rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--wsf-color-text, #1a1d21);
  text-align: center;
  white-space: pre-line;
}

.wsf-block__empty {
  color: var(--wsf-color-muted, #222222);
  margin: 0;
}

/* Hero */
.wsf-block-hero {
  margin: 0 0 var(--wsf-section-pad, 2rem);
  padding: 3.5rem 0;
  background: linear-gradient(
    135deg,
    var(--wsf-hero-from, #1a1d21) 0%,
    var(--wsf-hero-to, #2c3340) 100%
  );
  color: #fff;
  background-size: cover;
  background-position: center;
}

/* Page text tokens must not darken hero copy over photos. */
.wsf-block.wsf-block-hero,
.wsf-block.wsf-block-hero .wsf-block-hero__title,
.wsf-block.wsf-block-hero .wsf-block-hero__sub,
.wsf-block.wsf-block-hero .wsf-block-hero__btn {
  color: #fff;
}

/* Title-only light bands (printing-services welcome strip, etc.). */
.wsf-block.wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__title,
.wsf-block.wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__sub,
.wsf-block.wsf-block-hero.wsf-block-hero--titleband .wsf-block-hero__title,
.wsf-block.wsf-block-hero.wsf-block-hero--titleband .wsf-block-hero__sub {
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block.wsf-block-hero.has-band:not(.has-band--dark),
.wsf-block.wsf-block-hero.wsf-block-hero--titleband {
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block-hero--titleband {
  /* Live Elementor kit band #F6F6F6 (not darker #e8e8e8 / #ececec). */
  background: #f6f6f6 !important;
  padding: 2.35rem 0;
  text-align: center;
}

/* Contact Us page title — no grey/dark band behind "Contact Us". */
body.wsf-contact-page .wsf-block-hero.wsf-block-hero--titleband,
body.wsf-contact-page .wsf-block-hero.has-band,
body.wsf-contact-page .wsf-main--page > .wsf-page .wsf-block-hero--titleband {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.wsf-block-hero--titleband .wsf-block-hero__shell {
  display: flex;
  justify-content: center;
}

.wsf-block-hero--titleband .wsf-block-hero__inner {
  max-width: min(72rem, 100%);
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.wsf-block-hero--titleband .wsf-block-hero__title {
  margin: 0;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  /* Live Welcome: Poppins 30px / 400, single line on desktop. */
  font-size: clamp(1.15rem, 1.5vw + 0.85rem, 1.875rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
}

.wsf-block-hero--titleband .wsf-block-hero__sub {
  white-space: normal;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
}

/* About / long copy under Map headings — centered reading measure, always wrap. */
.wsf-replicator-heading,
.wsf-page-tokens .wsf-replicator-heading,
.wsf-page .wsf-replicator-heading {
  display: block;
  text-align: center !important;
  max-width: 48rem;
  margin: 2rem auto 0.85rem;
}

.wsf-replicator-copy,
.wsf-page .wsf-replicator-copy,
.wsf-page-tokens .wsf-replicator-copy,
.wsf-page .wsf-replicator-heading + p,
.wsf-page-tokens > p,
.wsf-page .entry-content > p {
  display: block;
  text-align: center !important;
  max-width: 48rem;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.35rem; /* blank line after each text block (Live About) */
  white-space: normal !important;
  overflow-wrap: break-word;
  line-height: 1.65;
}

/* FAQ / policy prose — Live fonts: Poppins headings, Inter body. */
.wsf-prose-page-title {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 1.25rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: var(--wsf-color-text, #111);
  background: transparent;
}

.wsf-replicator-copy--start,
.wsf-faq-page,
.wsf-prose-page {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
  font-size: 1.125rem;
  line-height: 1.65;
}

.wsf-page .wsf-prose-page,
.wsf-page .wsf-faq-page,
.wsf-page .wsf-replicator-copy.wsf-prose-page,
.wsf-page .wsf-replicator-copy.wsf-faq-page {
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
}

.wsf-prose-page-title,
.wsf-prose-page__h,
.wsf-prose-page__h strong,
.wsf-faq-page__q,
.wsf-faq-page__lede {
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
}

.wsf-faq-page__lede {
  font-weight: 700;
  margin-bottom: 0.85rem !important;
}

.wsf-faq-page__intro {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.25rem !important;
}

.wsf-faq-page__q {
  font-weight: 700;
  margin-top: 1.15rem !important;
  margin-bottom: 0.35rem !important;
}

.wsf-faq-page__a {
  font-style: italic;
  margin-bottom: 1.1rem !important;
}

.wsf-faq-page__outro {
  font-style: normal;
  font-weight: 400;
  margin-top: 1.5rem !important;
  margin-bottom: 1.25rem !important;
}

.wsf-prose-page__h {
  font-weight: 500 !important;
  font-style: normal !important;
  margin-top: 1.75rem !important;
  margin-bottom: 0.65rem !important;
  font-size: 1.875rem;
  line-height: 1.25;
}

.wsf-prose-page__strong,
.wsf-prose-page__strong strong {
  font-weight: 500 !important;
  font-style: normal !important;
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
}

/* Policy pages — Live boxed width (not compact 48rem marketing column). */
body.wsf-policy-page .wsf-page,
body.wsf-policy-page .wsf-page-tokens {
  width: 100%;
  max-width: none;
}

body.wsf-policy-page .wsf-prose-page-title,
body.wsf-policy-page .wsf-prose-page,
body.wsf-policy-page .wsf-replicator-copy.wsf-prose-page,
body.wsf-policy-page .wsf-page .wsf-prose-page,
body.wsf-policy-page .wsf-page .wsf-replicator-copy.wsf-prose-page {
  max-width: min(100% - 2.5rem, var(--wsf-page-max-width, 72rem));
  width: min(100% - 2.5rem, var(--wsf-page-max-width, 72rem));
  margin-left: auto;
  margin-right: auto;
}

body.wsf-policy-page .wsf-prose-page,
body.wsf-policy-page .wsf-replicator-copy.wsf-prose-page,
body.wsf-policy-page .wsf-page .wsf-prose-page,
body.wsf-policy-page .wsf-page .wsf-replicator-copy.wsf-prose-page {
  text-align: left !important;
}

body.wsf-policy-page .wsf-prose-page-title,
body.wsf-policy-page h1.wsf-prose-page-title,
body.wsf-policy-page .wsf-page-tokens > h1:first-child {
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.75rem, 3vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center !important;
  background: transparent;
}

body.wsf-policy-page .wsf-prose-page__h,
body.wsf-policy-page .wsf-prose-page__h strong {
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 2rem;
}

body.wsf-policy-page .wsf-prose-page__li {
  padding-left: 0.35rem;
  margin-bottom: 0.85rem !important;
}

body.wsf-policy-page .wsf-prose-page,
body.wsf-policy-page .wsf-page .wsf-prose-page {
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
  font-size: 1.125rem;
}

body.wsf-policy-page .wsf-page-tokens > .wsf-block-trust--assurance {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

/* Policy/FAQ body → USP: no orphan white band from mid-content junk */
.wsf-prose-page + .wsf-block-trust--assurance,
.wsf-faq-page + .wsf-block-trust--assurance,
.wsf-page .wp-block-paragraph:last-of-type + .wsf-block-trust--assurance {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .wsf-block-hero--titleband .wsf-block-hero__title {
    white-space: normal;
  }
}

.wsf-block-hero.has-image {
  position: relative;
  background-position: center top;
  background-size: cover;
}

.wsf-block-hero.has-image::before,
.wsf-block-hero--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 10, 14, 0.78) 0%,
    rgba(8, 10, 14, 0.45) 55%,
    rgba(8, 10, 14, 0.35) 100%
  );
  z-index: 0;
}

.wsf-block-hero--overlay {
  position: relative;
  min-height: clamp(22rem, 48vh, 34rem);
  display: flex;
  align-items: center;
  background-position: center top;
  background-size: cover;
}

.wsf-block-hero__shell {
  position: relative;
  z-index: 1;
}

.wsf-block-hero--split_left .wsf-block-hero__shell,
.wsf-block-hero--split_right .wsf-block-hero__shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  /* Live banner is taller; reserve height (more pointers land here pre-launch). */
  min-height: var(--wsf-hero-min-h, clamp(26rem, 34vw, 34rem));
}

.wsf-block-hero--split_right .wsf-block-hero__inner {
  order: 2;
}

.wsf-block-hero--split_right .wsf-block-hero__media {
  order: 1;
}

.wsf-block-hero--split_left,
.wsf-block-hero--split_right {
  background: var(--wsf-band, #f8f8f8);
  color: var(--wsf-color-text, #1a1d21);
  padding: var(--wsf-section-pad, 2.5rem) 0;
}

.wsf-block-hero--split_left:not(.has-band--dark).wsf-block,
.wsf-block-hero--split_right:not(.has-band--dark).wsf-block,
.wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__title,
.wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__title {
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__sub,
.wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__sub {
  opacity: 1;
  color: var(--wsf-color-muted, #222222);
}

.wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__btn--secondary,
.wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__btn--secondary {
  background: var(--wsf-color-accent, #2563eb);
  color: #fff !important;
  border: none;
}

.wsf-block-hero__media {
  border-radius: var(--wsf-radius, 8px);
  overflow: hidden;
  background: transparent;
  min-height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsf-block-hero__media img {
  width: 100%;
  height: auto;
  max-height: min(32rem, 72vh);
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .wsf-block-hero--split_left .wsf-block-hero__shell,
  .wsf-block-hero--split_right .wsf-block-hero__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wsf-block-hero--split_right .wsf-block-hero__inner,
  .wsf-block-hero--split_right .wsf-block-hero__media {
    order: unset;
  }
}

.wsf-block-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.wsf-block-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.92;
}

.wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__eyebrow,
.wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__eyebrow {
  color: var(--wsf-color-text, #111111);
  opacity: 0.9;
}

.wsf-block-hero + .wsf-block-promos {
  margin-top: 0.35rem;
}

.wsf-block-hero__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  /* Live Elementor headings: Poppins ~400 (not heavy Inter 800). */
  font-size: clamp(1.5rem, 2vw + 0.4rem, 1.875rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.wsf-block-hero__sub {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  opacity: 0.95;
  line-height: 1.5;
}

.wsf-block-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.wsf-block-hero__btn--secondary {
  /* Twin kit CTAs (e.g. 400 / 500 Full Kit) match as solid pills, not outlines. */
  background: var(--wsf-color-accent, #2563eb);
  color: #fff !important;
  border: none;
}

.wsf-block-hero__btn--secondary:hover {
  background: var(--wsf-color-accent-hover, #1d4ed8);
}

.wsf-block-hero__btn,
.wsf-block-cta__btn,
.wsf-block-split__btn,
.wsf-block-promos__btn,
.wsf-block-products__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  border-radius: var(--wsf-btn-radius, 999px);
  background: var(--wsf-color-accent, #2563eb);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.wsf-block-hero__btn:hover,
.wsf-block-cta__btn:hover,
.wsf-block-split__btn:hover,
.wsf-block-promos__btn:hover,
.wsf-block-products__btn:hover,
.wsf-block-hero__btn:focus-visible,
.wsf-block-cta__btn:focus-visible,
.wsf-block-split__btn:focus-visible,
.wsf-block-promos__btn:focus-visible,
.wsf-block-products__btn:focus-visible {
  background: var(--wsf-color-accent-hover, #1d4ed8);
  color: #fff !important;
  filter: brightness(0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

/* Live: #84C559 + white; hover/active → black + white (global store.css also covers). */
.wsf-user-shell .wsf-block-promos__btn,
.wsf-user-shell .wsf-block-hero__btn:not(.wsf-block-hero__btn--secondary),
.wsf-user-shell .wsf-block-cta__btn,
.wsf-user-shell .wsf-block-split__btn {
  background: var(--wsf-header-accent, #84c559) !important;
  color: #fff !important;
}

.wsf-user-shell .wsf-block-promos__btn:hover,
.wsf-user-shell .wsf-block-promos__btn:focus-visible,
.wsf-user-shell .wsf-block-promos__btn:active,
.wsf-user-shell .wsf-block-hero__btn:not(.wsf-block-hero__btn--secondary):hover,
.wsf-user-shell .wsf-block-hero__btn:not(.wsf-block-hero__btn--secondary):focus-visible,
.wsf-user-shell .wsf-block-hero__btn:not(.wsf-block-hero__btn--secondary):active,
.wsf-user-shell .wsf-block-cta__btn:hover,
.wsf-user-shell .wsf-block-cta__btn:focus-visible,
.wsf-user-shell .wsf-block-cta__btn:active,
.wsf-user-shell .wsf-block-split__btn:hover,
.wsf-user-shell .wsf-block-split__btn:focus-visible,
.wsf-user-shell .wsf-block-split__btn:active {
  background: #111 !important;
  color: #fff !important;
  filter: none;
  box-shadow: none;
}

/* Categories — popular-category strip (accent offset chrome ≈ live custom CSS) */
.wsf-block-categories .wsf-block__title {
  text-align: center;
}

.wsf-block-categories__grid {
  display: grid;
  grid-template-columns: repeat(var(--wsf-grid-cols, 4), minmax(0, 1fr));
  gap: 1.35rem;
}

@media (max-width: 782px) {
  .wsf-block-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wsf-block-categories__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none !important;
  color: inherit;
  padding: 1.15rem 1rem 1rem;
  background: var(--wsf-color-bg, #fff);
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: calc(var(--wsf-radius, 8px) + 2px);
  /* Hard offset “second card” chrome (Elementor custom CSS ≈ live). */
  box-shadow:
    -6px 6px 0 0 var(--wsf-color-accent, #84c559),
    0 1px 2px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wsf-block-categories__tile:hover {
  transform: translate(-1px, -1px);
  box-shadow:
    -7px 7px 0 0 var(--wsf-color-accent, #84c559),
    0 2px 6px rgba(0, 0, 0, 0.06);
}

.wsf-block-categories__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.35rem;
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: 4px;
  background: var(--wsf-color-bg, #fff);
  overflow: hidden;
}

.wsf-block-categories__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.wsf-block-categories__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--wsf-color-surface, #eef1f5),
    var(--wsf-color-border, #dfe4ea)
  );
}

.wsf-block-categories__name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.35rem 0.85rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.25;
  text-align: center;
  color: var(--wsf-color-text, #1a1d21);
  border-radius: var(--wsf-btn-radius, 999px);
  border: 1px solid transparent;
}

.wsf-block-categories__tile:hover .wsf-block-categories__name {
  border-color: var(--wsf-color-accent, #84c559);
  color: var(--wsf-color-accent, #2563eb);
}

/* Products */
.wsf-block-products__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--wsf-grid-cols, 4), minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  .wsf-block-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Product grids — white section + elevated cards (User green border). */
.wsf-block-products {
  background: #fff;
  /* Prefer margin between sections; keep inner pad light so titles aren’t marooned. */
  padding: 0.35rem 0 0.85rem;
}

.wsf-block-products .wsf-block__title,
.wsf-block-products__page-title {
  text-align: center;
  margin: 0 0 1rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* CNC Shop / category shortcode layout — left category menu + grid. */
.wsf-block-products--shop {
  /* Extra space before USP / footer so products aren’t cramped against it. */
  padding-bottom: clamp(4.5rem, 12vh, 8rem);
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
  box-sizing: border-box;
}

.wsf-block-products--shop .wsf-block-products__shop {
  display: grid;
  grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.wsf-block-products__nav {
  position: sticky;
  top: 1rem;
  padding: 0.25rem 0.15rem 0.25rem 0;
}

.wsf-block-products__nav-heading {
  margin: 0 0 0.65rem;
}

.wsf-block-products__nav-root {
  font-weight: 700;
  font-size: 1rem;
  color: #111;
  text-decoration: none;
}

.wsf-block-products__nav-root.is-active {
  color: #111;
}

.wsf-block-products__nav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.85rem;
  border-left: 1px solid #d8dde3;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wsf-block-products__nav-link {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.35;
}

.wsf-block-products__nav-link:hover,
.wsf-block-products__nav-link.is-active {
  color: #111;
  font-weight: 600;
}

.wsf-block-products__main {
  min-width: 0;
}

@media (max-width: 900px) {
  .wsf-block-products--shop .wsf-block-products__shop {
    grid-template-columns: 1fr;
  }

  .wsf-block-products__nav {
    position: static;
    border-bottom: 1px solid #e2e5ea;
    padding-bottom: 1rem;
  }

  .wsf-block-products__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    border-left: none;
    padding-left: 0;
    gap: 0.65rem 1rem;
  }
}

.wsf-block-products__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: var(--wsf-radius, 8px);
  overflow: hidden;
  background: #fff;
  height: 100%;
  box-shadow: var(--wsf-shadow-card, 0 1px 3px rgba(0, 0, 0, 0.08));
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* User mode only — green (accent) card borders + dark-green hover on commerce/promo cards.
   Live has neutral borders, so this is User taste, gated under .wsf-user-shell.
   Scoped to light bands so dark Elementor bands keep their translucent border. */
.wsf-user-shell .wsf-block:not(.has-band--dark) .wsf-block-products__card,
.wsf-user-shell .wsf-block-promos:not(.has-band--dark) .wsf-block-promos__card {
  border-color: var(--wsf-header-accent, #84c559);
  border-width: 1.5px;
}

.wsf-user-shell .wsf-block:not(.has-band--dark) .wsf-block-products__card:hover,
.wsf-user-shell .wsf-block:not(.has-band--dark) .wsf-block-products__card:focus-within,
.wsf-user-shell .wsf-block-promos:not(.has-band--dark) .wsf-block-promos__card:hover,
.wsf-user-shell .wsf-block-promos:not(.has-band--dark) .wsf-block-promos__card:focus-within {
  border-color: #6fad45;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.wsf-user-shell .wsf-block-products__actions .button,
.wsf-user-shell .wsf-block-products__actions .wsf-block-products__view,
.wsf-user-shell .wsf-block-products__btn {
  background: var(--wsf-header-accent, #84c559) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  transition: background 0.15s ease, color 0.15s ease;
}

/* Must beat the !important lime above — black + white on hover/focus. */
.wsf-user-shell .wsf-block-products__actions .button:hover,
.wsf-user-shell .wsf-block-products__actions .button:focus-visible,
.wsf-user-shell .wsf-block-products__actions a.button:hover,
.wsf-user-shell .wsf-block-products__actions a.button:focus-visible {
  background: #111 !important;
  color: #fff !important;
}

.wsf-block-products__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

/* Match live: product image sits on white, not an accent-tinted surface. */
.wsf-block-products__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wsf-product-media-bg, #fff);
  min-height: 10rem;
  padding: 0.75rem;
}

.wsf-block-products__img {
  width: 100%;
  height: auto;
  max-height: 12rem;
  object-fit: contain;
  display: block;
}

.wsf-block-products__name,
.wsf-block-products__price {
  padding: 0 0.75rem;
  font-family: var(--wsf-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
  text-align: center;
}

/* Keep every card the same height: clamp the name to 2 lines with an ellipsis. */
.wsf-block-products__name {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--wsf-color-text, #1a1d21);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}

.wsf-block-products__price {
  color: var(--wsf-color-text, #1a1d21);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Add to cart / Select options — accent pill, pinned to the card bottom. */
.wsf-block-products__actions {
  margin-top: auto;
  padding: 0.35rem 0.75rem 0.85rem;
  text-align: center;
}

.wsf-block-products__actions .button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: var(--wsf-color-accent, #2563eb);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.wsf-block-products__actions .button:hover,
.wsf-block-products__actions .button:focus-visible {
  background: #111 !important;
  color: #fff !important;
}

/* Cart drawer owns ATC feedback — hide Woo "View cart" on Home/product grids. */
.wsf-block-products__actions .added_to_cart {
  display: none !important;
}

.wsf-block-products__more {
  margin: 1.25rem 0 0;
  text-align: center;
}

.wsf-block-products__btn {
  display: inline-flex;
}

/* CTA — colour comes from page tokens; section bands override via .has-band */
.wsf-block-cta {
  background-color: var(--wsf-color-surface, #f6f7f8);
  background-image: none;
  border-top: 1px solid var(--wsf-color-border, #e2e5ea);
  border-bottom: 1px solid var(--wsf-color-border, #e2e5ea);
  padding: var(--wsf-section-pad, 2rem) 0;
}

.wsf-block-cta__inner {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.wsf-block-cta__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.35rem, 2vw, 1.875rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block-cta__text {
  margin: 0 0 1rem;
  color: var(--wsf-color-text, #111111);
  line-height: 1.55;
}

.wsf-block-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.wsf-block-cta--dual .wsf-block-cta__title {
  font-size: clamp(1.55rem, 2.3vw, 2rem);
}

.wsf-block-cta--contact,
.wsf-block-cta--dual {
  background: #fff;
  border-top: none;
  border-bottom: none;
  padding: 2.5rem 0 2rem;
}

.wsf-block-cta--contact .wsf-block-cta__text,
.wsf-block-cta--dual .wsf-block-cta__text {
  color: var(--wsf-color-text, #1a1d21);
  font-size: 1.05rem;
}

/* Newsletter / sign-up band (forms → CTA when Elementor has subscribe copy). */
.wsf-block-cta--newsletter {
  background: #1a1d21;
  border-color: transparent;
  padding: calc(var(--wsf-section-pad, 2rem) * 1.15) 0;
}

.wsf-block-cta--newsletter .wsf-block-cta__title {
  color: #fff;
}

.wsf-block-cta--newsletter .wsf-block-cta__text {
  color: rgba(255, 255, 255, 0.78);
}

.wsf-block-cta--newsletter .wsf-block-cta__btn {
  background: var(--wsf-color-accent, #84c559) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--wsf-btn-radius, 999px) !important;
  box-shadow: none !important;
  font-weight: 700;
}

.wsf-block-cta--newsletter .wsf-block-cta__btn:hover,
.wsf-block-cta--newsletter .wsf-block-cta__btn:focus-visible,
.wsf-block-cta--newsletter .wsf-block-cta__btn:active {
  background: #111 !important;
  color: #fff !important;
}

/* Pre-order deposit warning — Live boxed red card (#F40000), centered under FAQ. */
.wsf-block-cta--notice {
  background: #f40000 !important;
  color: #fff !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 5px;
  padding: 1.25rem 0.65rem !important;
  max-width: min(100% - 2.5rem, 48rem);
  width: min(100% - 2.5rem, 48rem);
  margin: 1.25rem auto 2rem;
  box-sizing: border-box;
}

.wsf-block-cta--notice .wsf-block-cta__inner {
  max-width: none;
  width: 100%;
  padding: 0;
}

.wsf-block-cta--notice .wsf-block-cta__title,
.wsf-block-cta--notice .wsf-block-cta__text {
  color: #fff !important;
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.wsf-block-cta--notice .wsf-block-cta__title--notice {
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
}

/* Pre-order policy — centered prose + FAQ column; full-bleed USP only (Live). */
body.wsf-preorder-policy .wsf-page-tokens,
body.wsf-preorder-policy .wsf-prose-page,
body.wsf-preorder-policy .wsf-replicator-copy,
body.wsf-preorder-policy .wsf-page .entry-content > p {
  font-family: var(--wsf-font-sans, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif);
  font-size: 1.125rem;
}

body.wsf-preorder-policy .wsf-prose-page-title,
body.wsf-preorder-policy .wsf-replicator-heading,
body.wsf-preorder-policy .wsf-replicator-heading--start,
body.wsf-preorder-policy .wsf-block-faq .wsf-block__title {
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
}

body.wsf-preorder-policy .wsf-prose-page-title,
body.wsf-preorder-policy .wsf-replicator-heading,
body.wsf-preorder-policy .wsf-replicator-heading--start,
body.wsf-preorder-policy .wsf-replicator-copy,
body.wsf-preorder-policy .wsf-replicator-copy--start,
body.wsf-preorder-policy .wsf-page .entry-content > p {
  text-align: center !important;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.wsf-preorder-policy .wsf-block-trust--checklist-start .wsf-block-trust__grid,
body.wsf-preorder-policy .wsf-block-trust--checklist .wsf-block-trust__grid {
  align-items: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.wsf-preorder-policy .wsf-block-trust--checklist-start .wsf-block-trust__item,
body.wsf-preorder-policy .wsf-block-trust--checklist .wsf-block-trust__item {
  justify-content: flex-start;
  max-width: 34rem;
}

body.wsf-preorder-policy .wsf-block-trust--checklist-start .wsf-block-trust__label {
  text-align: left;
}

body.wsf-preorder-policy .wsf-page-tokens > .wsf-block-faq,
body.wsf-preorder-policy .wsf-page-tokens > .wsf-block-cta--notice {
  width: min(100% - 2.5rem, 48rem);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.wsf-preorder-policy .wsf-block-faq .wsf-container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body.wsf-preorder-policy .wsf-block-faq .wsf-block__title,
body.wsf-preorder-policy .wsf-block-faq__list {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.wsf-preorder-policy .wsf-block-faq__item {
  border-radius: 15px;
  border-color: rgba(232, 232, 232, 0.49);
}

body.wsf-preorder-policy .wsf-block-faq__q {
  font-size: 1.375rem;
  font-weight: 400;
  background: rgba(232, 232, 232, 0.49);
  border-radius: 15px;
}

body.wsf-preorder-policy .wsf-block-faq__item[open] .wsf-block-faq__q {
  border-radius: 15px 15px 0 0;
}

body.wsf-preorder-policy .wsf-block-faq__a {
  padding-top: 0.85rem;
  font-size: 1.125rem;
}

body.wsf-preorder-policy .wsf-page-tokens > .wsf-block-trust--assurance {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

body.wsf-preorder-policy .wsf-block-faq + .wsf-block-cta--notice {
  margin-top: 0;
}

body.wsf-preorder-policy .wsf-block-cta--notice.has-band {
  padding: 1.25rem 0.65rem !important;
}

body.wsf-preorder-policy .wsf-block-cta--notice + .wsf-block-trust--assurance {
  margin-top: 0;
}

.wsf-replicator-heading--start {
  text-align: left !important;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
}

/* FAQ */
.wsf-block-faq .wsf-block__title {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
}

.wsf-block-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 48rem;
  margin: 0 auto;
}

.wsf-block-faq__item {
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: var(--wsf-radius, 8px);
  background: var(--wsf-color-bg, #fff);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--wsf-shadow-card, 0 1px 2px rgba(0, 0, 0, 0.04));
}

.wsf-block-faq__q {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--wsf-color-text, #1a1d21);
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wsf-block-faq__q::-webkit-details-marker {
  display: none;
}

.wsf-block-faq__q::after {
  content: "+";
  flex: 0 0 auto;
  font-weight: 500;
  color: var(--wsf-color-muted, #222222);
}

.wsf-block-faq__item[open] .wsf-block-faq__q::after {
  content: "–";
}

.wsf-block-faq__a {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: var(--wsf-color-muted, #222222);
  line-height: 1.55;
  white-space: pre-line;
}

/* Split */
.wsf-block-split {
  padding: var(--wsf-section-pad, 2rem) 0;
}

.wsf-block-split__shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.wsf-block-split--image-left .wsf-block-split__copy {
  order: 2;
}

.wsf-block-split--image-left .wsf-block-split__media {
  order: 1;
}

.wsf-block-split__title {
  margin: 0 0 0.85rem;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.35rem, 1.8vw, 1.875rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--wsf-color-text, #1a1d21);
}

.wsf-block-split__text {
  margin: 0 0 1rem;
  color: var(--wsf-color-text, #111111);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Stand-for / feature split copy — no outline (user preference). */
.wsf-block-split:not(:has(.wsf-block-split__btn)) .wsf-block-split__copy {
  padding: 0.5rem 0;
  background: transparent;
  border: none;
}

.wsf-block-split__media {
  border-radius: var(--wsf-radius, 8px);
  overflow: hidden;
  background: var(--wsf-color-surface, #f6f7f8);
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  min-height: 12rem;
  box-shadow: var(--wsf-shadow-card, 0 1px 3px rgba(0, 0, 0, 0.08));
}

.wsf-block-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 12rem;
}

.wsf-block-split__media--empty {
  background: linear-gradient(
    135deg,
    var(--wsf-color-surface, #eef1f5),
    var(--wsf-color-border, #dfe4ea)
  );
}

@media (max-width: 768px) {
  .wsf-block-split__shell {
    grid-template-columns: 1fr;
  }

  .wsf-block-split--image-left .wsf-block-split__copy,
  .wsf-block-split--image-left .wsf-block-split__media {
    order: unset;
  }
}

/* Trust */
.wsf-block-trust .wsf-block__title {
  text-align: center;
}

.wsf-block-trust__intro {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: var(--wsf-color-muted, #222222);
  font-size: 0.98rem;
  line-height: 1.55;
  white-space: pre-line;
}

.wsf-block-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--wsf-trust-cols, 4), minmax(0, 1fr));
  gap: 1rem;
}

.wsf-block-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: center;
  padding: 1rem 0.75rem;
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: var(--wsf-radius, 8px);
  background: var(--wsf-color-bg, #fff);
  box-shadow: var(--wsf-shadow-card, 0 1px 3px rgba(0, 0, 0, 0.08));
  min-height: 5.5rem;
  position: relative;
}

.wsf-block-trust__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}

.wsf-block-trust__logo img {
  max-height: 2.5rem;
  max-width: 7rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wsf-block-trust__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1.5px solid var(--wsf-color-text, #1a1d21);
  opacity: 0.55;
  margin-bottom: 0.15rem;
}

.wsf-block-trust__label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--wsf-color-text, #1a1d21);
  line-height: 1.3;
}

.wsf-block-trust__text {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--wsf-color-muted, #222222);
  white-space: pre-line;
}

/* Feature band (icon + title + copy) — dashed mint panel ≈ live Elementor custom CSS */
.wsf-block-trust--features .wsf-block-trust__grid {
  gap: 1.5rem 1.25rem;
  padding: 1.75rem 1.25rem 1.5rem;
  border: 1.5px dashed #1a1d21;
  border-radius: calc(var(--wsf-radius, 8px) + 6px);
  background: #eaf6e2;
}

/* Contact Us — EMAIL | logo | PHONE (no band behind title or contact row). */
.wsf-block-trust--contact {
  padding: 2.5rem 0 2rem;
  background: transparent;
}

.wsf-block-trust--contact.has-band {
  background: transparent !important;
}

.wsf-block-trust--contact .wsf-container {
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}

.wsf-block-trust--contact .wsf-block-trust__grid {
  display: grid;
  grid-template-columns: 1fr minmax(8rem, 14rem) 1fr;
  align-items: center;
  gap: 1.5rem 2rem;
  max-width: 52rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding: 0;
  border: none !important;
  background: transparent !important;
  list-style: none;
}

.wsf-block-trust--contact .wsf-block-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0;
  padding: 0.35rem 0.5rem;
}

.wsf-block-trust--contact .wsf-block-trust__fa--contact {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: var(--wsf-header-accent, #84c559);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.15rem;
  line-height: 1;
}

.wsf-block-trust--contact .wsf-block-trust__fa--contact i {
  color: inherit !important;
  opacity: 1 !important;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-block;
  width: 1em;
  text-align: center;
}

.wsf-block-trust--contact .wsf-block-trust__label {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #111;
}

.wsf-block-trust--contact .wsf-block-trust__text,
.wsf-block-trust--contact .wsf-block-trust__text--link {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
}

.wsf-block-trust--contact .wsf-block-trust__text--link:hover {
  color: #111;
  text-decoration: underline;
}

.wsf-block-trust--contact .wsf-block-trust__logo--contact {
  display: block;
  max-width: 11rem;
  margin: 0 auto;
}

.wsf-block-trust--contact .wsf-block-trust__logo--contact img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .wsf-block-trust--contact .wsf-block-trust__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .wsf-block-trust--contact .wsf-block-trust__item:nth-child(2) {
    order: -1;
  }
}

/* Contact form — Name|Email, message, red notice, wide pill submit. */
.wsf-block-contact-form {
  padding: 2rem 0 3rem;
  background: #fff;
}

.wsf-block-contact-form__inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.wsf-block-contact-form__title {
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 1.35rem;
  color: #111;
}

.wsf-block-contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  text-align: left;
}

.wsf-block-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.wsf-block-contact-form__field input,
.wsf-block-contact-form__field textarea {
  width: 100%;
  border: 1px solid #cfd3d8;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font: inherit;
  color: #111;
  background: #fff;
  box-sizing: border-box;
}

.wsf-block-contact-form__field textarea {
  min-height: 9rem;
  resize: vertical;
}

.wsf-block-contact-form__notice {
  margin: 0.15rem 0 0.35rem;
  color: #1a1d21;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: left;
}

.wsf-block-contact-form__notice-lead {
  color: #d32f2f;
  font-weight: 700;
}

.wsf-block-contact-form__submit {
  width: 100%;
  border: none !important;
  border-radius: 999px !important;
  /* Live green + white — ignore Map page-token accent. */
  background: var(--wsf-header-accent, #84c559) !important;
  color: #fff !important;
  font-weight: 700;
  padding: 0.95rem 1.25rem !important;
  margin-top: 0.35rem;
  cursor: pointer;
  box-shadow: none !important;
}

.wsf-block-contact-form__submit:hover,
.wsf-block-contact-form__submit:focus-visible,
.wsf-block-contact-form__submit:active {
  background: #111 !important;
  color: #fff !important;
}

.wsf-block-contact-form__honey {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.wsf-block-contact-form__flash {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 600;
}

.wsf-block-contact-form__flash--ok {
  background: #eaf6e2;
  color: #1a1d21;
}

.wsf-block-contact-form__flash--err {
  background: #fdecea;
  color: #b71c1c;
}

@media (max-width: 600px) {
  .wsf-block-contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* Photo gallery — live large + 2×2 mosaic (no dashed mint trust chrome). */
.wsf-block-trust--gallery .wsf-block__title {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 0.65rem;
}

.wsf-block-trust--gallery .wsf-block-trust__intro {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 1.5rem;
  color: var(--wsf-color-text, #111111);
  font-size: 1.02rem;
  line-height: 1.6;
}

.wsf-block-trust--gallery .wsf-block-trust__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: minmax(11rem, 1fr) minmax(11rem, 1fr);
  gap: 0.85rem;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  list-style: none;
  margin: 0;
}

/* Single hero photo under a title band (3d-printer-build). */
.wsf-block-trust--gallery-single .wsf-block-trust__grid {
  display: block;
  max-width: min(72rem, 100%);
  margin: 0 auto;
}

.wsf-block-trust--gallery-single .wsf-block-trust__item:first-child {
  grid-column: auto;
  grid-row: auto;
}

.wsf-block-trust--gallery-single .wsf-block-trust__logo img {
  min-height: 0;
  max-height: 28rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* What We Offer / Service Areas — 2-col grid; orphan row stays under left column. */
.wsf-block-trust--offer-inline.wsf-block-trust--features .wsf-block-trust__grid,
.wsf-block-trust--offer-inline .wsf-block-trust__grid {
  display: grid !important;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  justify-items: start;
  align-items: start;
  column-gap: 2.75rem;
  row-gap: 0.65rem;
  max-width: none;
  width: fit-content;
  margin: 0.75rem auto 0;
  border: none !important;
  background: transparent !important;
  padding: 0 1rem !important;
}

.wsf-block-trust--offer-inline .wsf-block__title {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, system-ui, sans-serif);
  font-weight: 400;
}

.wsf-block-trust--offer-inline .wsf-block-trust__intro {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, system-ui, sans-serif);
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0.25rem auto 0.85rem;
  max-width: 40rem;
  color: var(--wsf-color-text, #111);
}

.wsf-block-trust--offer-inline.wsf-block-trust--features .wsf-block-trust__item,
.wsf-block-trust--offer-inline .wsf-block-trust__item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: max-content;
  max-width: none;
  min-width: 0;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.1rem 0 !important;
  text-align: left !important;
  min-height: 0;
}

.wsf-block-trust--offer-inline .wsf-block-trust__fa--feature,
.wsf-block-trust--offer-inline .wsf-block-trust__icon {
  flex: 0 0 auto;
  width: 1em;
  height: auto;
  margin: 0;
  color: #307503 !important;
  background: transparent;
  font-size: 0.85rem;
  opacity: 1;
  border-radius: 0;
  line-height: 1;
}

.wsf-block-trust--offer-inline .wsf-block-trust__fa--feature i {
  color: #307503 !important;
}

.wsf-block-trust--offer-inline .wsf-block-trust__label {
  font-size: 0.98rem;
  font-weight: 400;
  margin: 0 !important;
  text-align: left !important;
  color: #000;
  line-height: 1.45;
  white-space: nowrap;
}

@media (max-width: 782px) {
  .wsf-block-trust--offer-inline.wsf-block-trust--features .wsf-block-trust__grid,
  .wsf-block-trust--offer-inline .wsf-block-trust__grid {
    grid-template-columns: max-content;
  }

  .wsf-block-trust--offer-inline .wsf-block-trust__label {
    white-space: normal;
  }
}

/* What We Offer — single centered checklist (green checks left of text). */
.wsf-block-trust--checklist.wsf-block-trust--features .wsf-block-trust__grid,
.wsf-block-trust--checklist .wsf-block-trust__grid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 36rem;
  margin: 0.5rem auto 0;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.wsf-block-trust--checklist .wsf-block__title {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, system-ui, sans-serif);
  font-weight: 400;
}

.wsf-block-trust--checklist .wsf-block-trust__intro {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, system-ui, sans-serif);
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0.35rem auto 1rem;
  max-width: 40rem;
  color: var(--wsf-color-text, #111);
}

/* Pre-order rules — left-aligned circle-dot list (Live parity). */
.wsf-block-trust--checklist-start.wsf-block-trust--checklist .wsf-block-trust__grid,
.wsf-block-trust--checklist-start .wsf-block-trust__grid {
  align-items: stretch;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.wsf-block-trust--checklist-start .wsf-block-trust__item {
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.wsf-block-trust--checklist-start .wsf-block-trust__label {
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.wsf-block-trust--checklist.wsf-block-trust--features .wsf-block-trust__item,
.wsf-block-trust--checklist .wsf-block-trust__item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: 34rem;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.2rem 0 !important;
  text-align: left !important;
  min-height: 0;
}

.wsf-block-trust--checklist .wsf-block-trust__fa--feature,
.wsf-block-trust--checklist .wsf-block-trust__icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  border-radius: 999px;
  background: var(--wsf-color-accent, #84c559);
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  line-height: 1;
  opacity: 1;
}

.wsf-block-trust--checklist .wsf-block-trust__fa--feature i {
  color: #fff !important;
  font-size: 0.7rem;
}

/* CSS checkmark if FA glyph missing */
.wsf-block-trust--checklist .wsf-block-trust__icon::before,
.wsf-block-trust--checklist .wsf-block-trust__fa--feature:not(:has(i))::before {
  content: "✓";
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.wsf-block-trust--checklist .wsf-block-trust__label {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 !important;
  text-align: left !important;
  color: var(--wsf-color-text, #111);
}

.wsf-block-trust--gallery .wsf-block-trust__item {
  display: block;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0;
  border-radius: 0;
  text-align: left;
}

.wsf-block-trust--gallery .wsf-block-trust__item:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.wsf-block-trust--gallery .wsf-block-trust__logo {
  display: block;
  height: 100%;
  width: 100%;
}

.wsf-block-trust--gallery .wsf-block-trust__logo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  max-height: none;
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 782px) {
  .wsf-block-trust--gallery .wsf-block-trust__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .wsf-block-trust--gallery .wsf-block-trust__item:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
    min-height: 14rem;
  }
}

.wsf-block-trust--features .wsf-block-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0;
  padding: 0.35rem 0.5rem;
}

.wsf-block-trust--features .wsf-block-trust__logo {
  height: auto;
  min-height: 3rem;
  margin-bottom: 0.35rem;
}

.wsf-block-trust--features .wsf-block-trust__logo img {
  max-height: 3.25rem;
  max-width: 4.5rem;
  filter: none;
}

.wsf-block-trust--features .wsf-block-trust__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.45rem;
  opacity: 0.7;
}

.wsf-block-trust--features .wsf-block-trust__label {
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.wsf-block-trust--features .wsf-block-trust__text {
  font-size: 0.84rem;
  line-height: 1.45;
  max-width: 16rem;
}

.wsf-block-trust--features .wsf-block-trust__intro {
  max-width: 48rem;
  text-align: center;
  margin: 0 auto 1.35rem;
}

.wsf-block-trust__intro-line {
  margin: 0 0 0.55rem;
  line-height: 1.55;
  color: var(--wsf-color-muted, #222222);
}

.wsf-block-trust__intro-line:last-child {
  margin-bottom: 0;
}

.wsf-block-trust--features .wsf-block-trust__intro-line strong {
  color: var(--wsf-color-text, #1a1d21);
  font-weight: 700;
}

.wsf-block-trust--features .wsf-block__title {
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0.85rem;
  text-align: center;
}

/* Assurance USP strip — live Theme Builder footer chrome: black bar, icon left of copy */
.wsf-block-trust--assurance {
  width: 100%;
  margin: 0;
  padding: 1.25rem 0;
  background: #000 !important;
  color: #fff;
}

.wsf-block-trust--assurance.has-band {
  padding: 1.25rem 0;
  background: #000 !important;
}

.wsf-block-trust--assurance.has-width-full .wsf-container {
  max-width: min(100% - 2rem, 78rem);
  width: min(100% - 2rem, 78rem);
}

.wsf-block-trust--assurance .wsf-block-trust__grid {
  gap: 1rem 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  align-items: center;
}

.wsf-block-trust--assurance .wsf-block-trust__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  text-align: left;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0;
  padding: 0.35rem 0.25rem;
}

.wsf-block-trust--assurance .wsf-block-trust__fa--assurance {
  flex: 0 0 auto;
  width: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsf-block-trust--assurance .wsf-block-trust__fa--assurance i {
  font-size: 1.55rem;
  color: #fff;
}

.wsf-block-trust--assurance .wsf-block-trust__logo--assurance {
  flex: 0 0 auto;
  height: auto;
  width: 2.5rem;
}

.wsf-block-trust--assurance .wsf-block-trust__logo--assurance img {
  max-height: 2.5rem;
  max-width: 2.5rem;
  filter: brightness(0) invert(1);
}

.wsf-block-trust--assurance .wsf-block-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.wsf-block-trust--assurance .wsf-block-trust__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-transform: none;
  margin: 0;
}

.wsf-block-trust--assurance .wsf-block-trust__text {
  font-size: 0.8125rem;
  line-height: 1.35;
  max-width: none;
  color: #dcdcdc;
  margin: 0;
}

.wsf-block-trust--assurance.has-band--dark .wsf-block-trust__label,
.wsf-block-trust--assurance.has-band--dark .wsf-block-trust__text {
  color: inherit;
}

.wsf-block-trust--assurance.has-band--dark .wsf-block-trust__label {
  color: #fff;
}

.wsf-block-trust--assurance.has-band--dark .wsf-block-trust__text {
  color: #dcdcdc;
}

.wsf-block-trust--reviews + .wsf-block-trust--assurance {
  margin-top: calc(var(--wsf-section-pad, 2rem) * 0.85);
}

.wsf-block-trust--assurance + .wsf-block-cta,
.wsf-block-trust--assurance + .wsf-block-cta--newsletter {
  margin-top: 0;
}

/* Prefer USP as the last band before shell footer */
.wsf-block-trust--assurance:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wsf-block-trust--assurance .wsf-block-trust__grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .wsf-block-trust--assurance .wsf-block-trust__item {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wsf-block-trust--assurance .wsf-block-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tighter rhythm: reviews after features / categories */
.wsf-block-trust--features + .wsf-block-trust--reviews,
.wsf-block-trust--reviews + .wsf-block-faq,
.wsf-block-trust--reviews + .wsf-block-cta {
  margin-top: calc(var(--wsf-section-pad, 2rem) * 0.65);
}

.wsf-block-faq + .wsf-block-cta,
.wsf-block-faq + .wsf-block-cta--newsletter {
  margin-top: calc(var(--wsf-section-pad, 2rem) * 0.75);
}

/* Customer reviews — 2-up quote cards (live Satisfied Customers strip) */
.wsf-block-trust--reviews .wsf-block__title {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.55rem, 2.4vw, 1.85rem);
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Tighter reviews / CTA stacks on Home */
.wsf-block-promos + .wsf-block-products,
.wsf-block-products + .wsf-block-products,
.wsf-block-products + .wsf-block-categories,
.wsf-block-categories + .wsf-block-products,
.wsf-block-categories + .wsf-block-trust,
.wsf-block-products + .wsf-block-trust {
  margin-top: 0.35rem;
}

.wsf-block-trust--reviews .wsf-block-trust__intro {
  max-width: 40rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.wsf-block-trust--reviews .wsf-block-trust__intro strong,
.wsf-block-trust--features .wsf-block-trust__intro strong {
  color: var(--wsf-color-text, #1a1d21);
  font-weight: 700;
}

.wsf-block-trust__cta {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.wsf-block-trust__btn--outline {
  background: transparent !important;
  color: var(--wsf-color-accent, #84c559) !important;
  border: 1px solid var(--wsf-color-accent, #84c559) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-weight: 600;
  padding: 0.55rem 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.wsf-block-trust__btn--outline:hover {
  background: color-mix(in srgb, var(--wsf-color-accent, #84c559) 12%, #fff) !important;
}

.wsf-block-trust__tp-star {
  color: var(--wsf-color-accent, #84c559);
  font-size: 1.05em;
  line-height: 1;
}

.wsf-block-trust__tp-word {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wsf-block-trust--reviews .wsf-block-trust__grid {
  gap: 1.25rem;
  align-items: stretch;
}

.wsf-block-trust--reviews .wsf-block-trust__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 0;
  overflow: hidden;
  min-height: 17rem;
  height: 100%;
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: var(--wsf-radius, 8px);
  background: var(--wsf-color-bg, #fff);
  box-shadow: none;
}

.wsf-block-trust__quote {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.35rem 1.25rem 1.2rem;
  background: #f3f4f6;
  color: var(--wsf-color-text, #1a1d21);
  font-size: 0.92rem;
  line-height: 1.55;
}

.wsf-block-trust__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: auto;
  padding: 1rem 1rem 1.15rem;
  background: #fff;
  border-top: 1px solid var(--wsf-color-border, #e8eaee);
}

.wsf-block-trust--reviews .wsf-block-trust__label {
  font-weight: 700;
  font-size: 1rem;
}

.wsf-block-trust__meta {
  font-size: 0.88rem;
  color: var(--wsf-color-muted, #222222);
}

.wsf-block-trust__carousel {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

/* Stack every page in the same grid cell so the carousel height equals the
   tallest slide — longer quotes no longer resize the section (no page jump). */
.wsf-block-trust__track {
  position: relative;
  display: grid;
}

.wsf-block-trust--reviews .wsf-block-trust__page {
  grid-area: 1 / 1;
  transition: opacity 0.25s ease;
}

.wsf-block-trust--reviews .wsf-block-trust__page[hidden] {
  display: grid !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.wsf-block-trust--reviews .wsf-block-trust__page.is-active {
  visibility: visible;
  opacity: 1;
}

.wsf-block-trust__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.wsf-block-trust__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7ccd3;
  cursor: pointer;
  appearance: none;
}

.wsf-block-trust__dot.is-active {
  background: #4b5563;
}

.wsf-block-trust__dot:focus-visible {
  outline: 2px solid var(--wsf-color-accent, #84c559);
  outline-offset: 2px;
}

/* User mode only — green (accent) review-card borders + dark-green hover.
   Live uses neutral borders, so this is User taste (registry shell.reviews.card_border).
   Scoped to light bands so dark Elementor bands keep their translucent border. */
.wsf-user-shell .wsf-block-trust--reviews:not(.has-band--dark) .wsf-block-trust__item {
  border-color: var(--wsf-color-accent, #84c559);
}

.wsf-user-shell .wsf-block-trust--reviews:not(.has-band--dark) .wsf-block-trust__item:hover,
.wsf-user-shell .wsf-block-trust--reviews:not(.has-band--dark) .wsf-block-trust__item:focus-within {
  border-color: var(--wsf-color-accent-hover, #3f6212);
}

.wsf-block-trust--social .wsf-block-trust__grid {
  gap: 0.85rem;
  justify-items: center;
}

.wsf-block-trust--social .wsf-block-trust__item {
  border: none;
  background: transparent;
  box-shadow: none;
  min-height: 0;
  padding: 0.35rem;
}

.wsf-block-trust__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  background: var(--wsf-color-bg, #fff);
  color: var(--wsf-color-text, #1a1d21);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.wsf-block-trust__social-link:hover {
  border-color: var(--wsf-color-accent, #84c559);
  color: var(--wsf-color-accent, #84c559);
}

.wsf-block-trust__fa {
  display: inline-flex;
  font-size: 1.15rem;
  line-height: 1;
}

.wsf-block-trust__fa--feature {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.55rem;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--wsf-color-text, #1a1d21);
  opacity: 1;
}

.wsf-block-trust--features .wsf-block-trust__fa--feature {
  opacity: 1;
  color: #1a1d21;
}

.wsf-block-trust--features .wsf-block-trust__fa--feature i {
  display: inline-block;
  line-height: 1;
}

.wsf-block-trust--social .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 782px) {
  .wsf-block-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsf-block-trust--features .wsf-block-trust__grid,
  .wsf-block-trust--reviews .wsf-block-trust__grid {
    grid-template-columns: 1fr;
  }

  .wsf-block-trust--social .wsf-block-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Promo / upgrade cards — 2 images + 2 copy boxes side by side */
.wsf-block-promos__grid {
  display: grid;
  grid-template-columns: repeat(var(--wsf-promo-cols, 2), minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.wsf-block-promos__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--wsf-color-bg, #fff);
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: var(--wsf-radius, 8px);
  overflow: hidden;
  box-shadow: var(--wsf-shadow-card, 0 1px 3px rgba(0, 0, 0, 0.08));
}

/* Numbered / bullet service cards — live: light edge + green offset on right/bottom. */
.wsf-block-promos--stack .wsf-block-promos__card {
  border: 1px solid var(--wsf-color-border, #e2e5ea);
  border-radius: 8px;
  box-shadow:
    5px 5px 0 0 var(--wsf-color-accent, #84c559),
    0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: visible;
}

/* Our Services digit badges — thin green outline (printing-services). */
.wsf-block-promos--stack:has(.wsf-block-promos__heading--badge) .wsf-block-promos__card {
  border: 1px solid var(--wsf-color-accent, #84c559);
  border-radius: 2px;
  box-shadow: none;
  overflow: hidden;
}

.wsf-block-promos--stack .wsf-block-promos__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.wsf-block-promos--stack .wsf-block-promos__heading:not(.wsf-block-promos__heading--badge) {
  font-family: "Poppins", var(--wsf-font-heading, system-ui, sans-serif);
  font-weight: 400;
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
}

.wsf-block-promos--stack .wsf-block-promos__text,
.wsf-block-promos--stack .wsf-block-promos__list {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--wsf-color-text, #111);
  margin: 0;
}

.wsf-block-promos--stack .wsf-block-promos__list {
  padding-left: 1.15rem;
  list-style: disc;
}

.wsf-block-promos--stack .wsf-block-promos__list li {
  margin: 0.2rem 0;
}

.wsf-block-promos--stack .wsf-block-promos__list li::marker {
  color: var(--wsf-color-text, #111);
}

.wsf-block-promos .wsf-block__title {
  text-align: center;
  font-family: "Poppins", var(--wsf-font-heading, var(--wsf-font-sans, system-ui, sans-serif));
  font-size: clamp(1.35rem, 2vw, 1.875rem);
  font-weight: 400;
}

/* Live kit strips: image beside copy inside each card. */
.wsf-block-promos--row .wsf-block-promos__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: stretch;
  box-shadow: none;
}

.wsf-block-promos--row .wsf-block-promos__media {
  aspect-ratio: auto;
  min-height: 12rem;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.wsf-block-promos--row .wsf-block-promos__media img {
  width: 100%;
  height: auto;
  max-height: 18rem;
  object-fit: contain;
}

.wsf-block-promos--row .wsf-block-promos__body {
  border-left: 1px solid var(--wsf-color-border, #e2e5ea);
}

.wsf-block-promos--row .wsf-block-promos__btn {
  display: flex;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  box-sizing: border-box;
  margin-top: auto;
  align-self: stretch;
}

.wsf-block-promos__media {
  background: var(--wsf-color-surface, #f6f7f8);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.wsf-block-promos__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wsf-block-promos__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem 1.15rem 1.25rem;
  flex: 1 1 auto;
}

.wsf-block-promos__heading {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--wsf-color-text, #1a1d21);
}

/* Digit step badges (Our Services 1/2/3) — live green square chrome. */
.wsf-block-promos__heading--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 3px;
  background: var(--wsf-color-accent, #84c559);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.wsf-block-promos__text {
  margin: 0;
  color: var(--wsf-color-text, #111111);
  font-size: 1.02rem;
  line-height: 1.6;
  white-space: pre-line;
  flex: 1 1 auto;
}

.wsf-block-promos--stack .wsf-block-promos__text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--wsf-color-text, #111111);
}

.wsf-block-promos__btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 782px) {
  .wsf-block-promos__grid {
    grid-template-columns: 1fr;
  }

  .wsf-block-promos--row .wsf-block-promos__card {
    grid-template-columns: 1fr;
  }

  .wsf-block-promos--row .wsf-block-promos__media {
    aspect-ratio: 1 / 1;
  }

  .wsf-block-promos--row .wsf-block-promos__body {
    border-left: none;
    border-top: 1px solid var(--wsf-color-border, #e2e5ea);
  }
}

/* Editor chrome — stubs only; live SSR wrappers stay transparent. */
.wsf-block-editor {
  border: 1px dashed #c3c4c7;
  border-radius: var(--wsf-radius, 8px);
  padding: 1rem 1.25rem;
  background: var(--wsf-color-surface, #f6f7f7);
}

.wsf-block-editor--live,
.wsf-block-editor--hero {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0;
}

.wsf-block-editor--live .wsf-block,
.wsf-block-editor--hero .wsf-block-hero {
  margin-top: 0;
  margin-bottom: 0;
}

.editor-styles-wrapper .wsf-block-hero,
.editor-styles-wrapper .wsf-block-hero .wsf-block-hero__title,
.editor-styles-wrapper .wsf-block-hero .wsf-block-hero__sub,
.block-editor-block-list__layout .wsf-block-hero,
.block-editor-block-list__layout .wsf-block-hero .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero .wsf-block-hero__sub {
  color: #fff;
}

/* Light title bands (Welcome strip) stay crisp near-black in the editor. */
.editor-styles-wrapper .wsf-block-hero--titleband,
.editor-styles-wrapper .wsf-block-hero--titleband .wsf-block-hero__title,
.editor-styles-wrapper .wsf-block-hero--titleband .wsf-block-hero__sub,
.editor-styles-wrapper .wsf-block-hero.has-band:not(.has-band--dark),
.editor-styles-wrapper .wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__title,
.editor-styles-wrapper .wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__sub,
.block-editor-block-list__layout .wsf-block-hero--titleband,
.block-editor-block-list__layout .wsf-block-hero--titleband .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero--titleband .wsf-block-hero__sub,
.block-editor-block-list__layout .wsf-block-hero.has-band:not(.has-band--dark),
.block-editor-block-list__layout .wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero.has-band:not(.has-band--dark) .wsf-block-hero__sub {
  color: var(--wsf-color-text, #111111);
}

.editor-styles-wrapper .wsf-block-hero--split_left:not(.has-band--dark),
.editor-styles-wrapper .wsf-block-hero--split_right:not(.has-band--dark),
.editor-styles-wrapper .wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__title,
.editor-styles-wrapper .wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero--split_left:not(.has-band--dark),
.block-editor-block-list__layout .wsf-block-hero--split_right:not(.has-band--dark),
.block-editor-block-list__layout .wsf-block-hero--split_left:not(.has-band--dark) .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero--split_right:not(.has-band--dark) .wsf-block-hero__title {
  color: var(--wsf-color-text, #1a1d21);
}

.editor-styles-wrapper .wsf-block-hero--split_left.has-band--dark,
.editor-styles-wrapper .wsf-block-hero--split_right.has-band--dark,
.editor-styles-wrapper .wsf-block-hero--split_left.has-band--dark .wsf-block-hero__title,
.editor-styles-wrapper .wsf-block-hero--split_right.has-band--dark .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero--split_left.has-band--dark,
.block-editor-block-list__layout .wsf-block-hero--split_right.has-band--dark,
.block-editor-block-list__layout .wsf-block-hero--split_left.has-band--dark .wsf-block-hero__title,
.block-editor-block-list__layout .wsf-block-hero--split_right.has-band--dark .wsf-block-hero__title {
  color: #f8fafc;
}

.wsf-block-editor__chip,
.wsf-block-editor__meta {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--wsf-color-accent, #2563eb);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.wsf-block-editor__meta {
  background: rgba(255, 255, 255, 0.2);
}
