/* Shared industrial weight — all stitch pages except home */

.stitch-weight :is(
  .stitch-section-eyebrow,
  .stitch-map-eyebrow,
  .stitch-freight-eyebrow,
  .stitch-network-eyebrow,
  .stitch-freight-creds-eyebrow
) {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-bronze) !important;
}

.stitch-weight :is(
  .stitch-about-hero-kicker,
  .stitch-qc-hero-kicker,
  .stitch-oem-hero-kicker,
  .stitch-ddp-eyebrow,
  .stitch-products-hero-kicker,
  .stitch-res-hero-kicker,
  .stitch-contact-hero-kicker
) {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff !important;
}

.stitch-weight :is(
  .stitch-about-hero h1,
  .stitch-qc-hero h1,
  .stitch-oem-hero h1,
  .stitch-ddp-hero h1,
  .stitch-products-hero h1,
  .stitch-contact-hero h1,
  .stitch-contact-head h1,
  .stitch-product-hero h1,
  .stitch-article-hero h1
) {
  font-size: var(--text-display);
  font-weight: 700;
  letter-spacing: var(--tracking-title, -0.03em);
  line-height: 1.15;
}

.stitch-weight .stitch-hero-stats {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgb(17 26 36 / 14%);
  gap: 24px 40px;
}
.stitch-weight .stitch-hero-stat dt {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-variant-numeric: tabular-nums;
}

/* Compact hierarchy for the unified inner-page hero system. */
.stitch-weight :is(
  .stitch-about-hero h1,
  .stitch-qc-hero h1,
  .stitch-oem-hero h1,
  .stitch-ddp-hero h1,
  .stitch-products-hero h1,
  .stitch-contact-hero h1,
  .stitch-contact-head h1
) {
  max-width: 16ch;
  font-size: var(--text-display);
  line-height: 1.15;
}

.stitch-weight :is(
  .stitch-products-hero,
  .stitch-about-hero,
  .stitch-oem-hero,
  .stitch-qc-hero,
  .stitch-ddp-hero
) .stitch-hero-stat dt {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}

.stitch-weight :is(
  .stitch-products-hero,
  .stitch-about-hero,
  .stitch-oem-hero,
  .stitch-qc-hero,
  .stitch-ddp-hero
) .stitch-hero-stat dd {
  font-size: 13px;
}

/* The logistics page has a later legacy light-hero pass in stitch-pages.css. */
.stitch-weight.stitch-logistics-page .stitch-ddp-hero {
  height: 520px;
  min-height: 520px;
}

.stitch-weight .stitch-ddp-hero-fade {
  background: linear-gradient(
    90deg,
    rgb(7 10 13 / 56%) 0%,
    rgb(7 10 13 / 32%) 36%,
    rgb(7 10 13 / 10%) 60%,
    transparent 84%
  );
}

@media (max-width: 767px) {
  .stitch-weight.stitch-logistics-page .stitch-ddp-hero {
    height: auto;
    min-height: 560px;
  }

  .stitch-weight .stitch-ddp-hero-fade {
    background: linear-gradient(
      90deg,
      rgb(7 10 13 / 58%) 0%,
      rgb(7 10 13 / 28%) 48%,
      transparent 78%
    );
  }
}

.stitch-weight .stitch-step-index,
.stitch-weight .stitch-freight-index,
.stitch-weight .stitch-network-index,
.stitch-weight .stitch-freight-cred-index,
.stitch-weight .stitch-why-index,
.stitch-weight .stitch-download-index,
.stitch-weight .stitch-about-coverage-index,
.stitch-weight .stitch-about-why-index,
.stitch-weight .stitch-about-offer-label {
  display: none !important;
}

.stitch-weight :is(
  .stitch-about-work-rail,
  .stitch-qc-flow,
  .stitch-oem-rail
) {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-top: 0 !important;
}
.stitch-weight :is(
  .stitch-about-work-step,
  .stitch-qc-flow-step,
  .stitch-oem-rail-step
) {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  padding: 22px 0 !important;
  border: 0 !important;
}
.stitch-weight .stitch-oem-rail-step {
  border-bottom: 1px solid rgb(17 26 36 / 14%) !important;
}
.stitch-weight .stitch-oem-rail-step:first-child {
  border-top: 1px solid rgb(17 26 36 / 14%) !important;
}
.stitch-weight :is(
  .stitch-qc-flow-step,
  .stitch-oem-rail-step
)::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 4px;
  background: var(--brand-bronze);
}
.stitch-weight .stitch-about-work-step::before {
  content: none !important;
  display: none !important;
}
.stitch-weight :is(
  .stitch-about-work-step h3,
  .stitch-qc-flow-step h3,
  .stitch-oem-rail-step h3
) {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.stitch-weight :is(
  .stitch-about-work-step p,
  .stitch-qc-flow-step p,
  .stitch-oem-rail-step p
) {
  max-width: 52ch;
  font-size: 15px;
}

.stitch-weight :is(
  .stitch-about-work,
  .stitch-qc-flow-section,
  .stitch-oem-tier,
  .stitch-procure-band,
  .stitch-freight-creds
) {
  background: var(--surface-low) !important;
}
.stitch-weight .stitch-procure-list,
.stitch-weight .stitch-procure-list li {
  border-color: rgb(17 26 36 / 14%) !important;
}
.stitch-weight .stitch-procure-list li::before {
  color: var(--primary) !important;
}

.stitch-weight :is(
  .stitch-about-work-head h2,
  .stitch-about-story-copy h2,
  .stitch-about-offer-head h2,
  .stitch-about-coverage-head h2,
  .stitch-about-why-head h2,
  .stitch-about-trust-head h2,
  .stitch-qc-flow-head h2,
  .stitch-qc-report-copy h2,
  .stitch-oem-capabilities-head h2,
  .stitch-oem-scope-copy h2,
  .stitch-oem-tier-head h2,
  .stitch-procure-head h2,
  .stitch-map-copy h2,
  .stitch-catalog-title,
  .stitch-res-section-head h2,
  .stitch-freight-creds-head h2
) {
  font-size: var(--text-title) !important;
  font-weight: 700;
  letter-spacing: var(--tracking-title, -0.03em);
  line-height: 1.2;
  margin: 0 0 10px;
}

.stitch-weight .stitch-map-markets li {
  display: grid !important;
  gap: 6px;
  padding: 0 !important;
  border: 0 !important;
}
.stitch-weight .stitch-map-markets li::before {
  content: none !important;
  display: none !important;
}
.stitch-weight .stitch-map-frame {
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  overflow: visible;
}
.stitch-weight .stitch-map-frame img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.stitch-weight .stitch-map-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  text-align: left;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stitch-weight .stitch-map-caption::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 2px;
  background: var(--brand-bronze);
}

.stitch-weight .stitch-about-panel--secondary {
  margin-top: clamp(40px, 6vw, 64px);
  padding: clamp(24px, 3vw, 32px);
  border: 0 !important;
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff;
}
.stitch-weight .stitch-about-panel--secondary .stitch-about-work-head h2,
.stitch-weight .stitch-about-panel--secondary .stitch-about-work-head p,
.stitch-weight .stitch-about-panel--secondary .stitch-about-secondary-cta a {
  color: #fff;
}
.stitch-weight .stitch-about-panel--secondary .stitch-about-work-head p,
.stitch-weight .stitch-about-panel--secondary .stitch-about-secondary-cta span {
  color: rgb(255 255 255 / 68%);
}

.stitch-weight .stitch-qc-report-list,
.stitch-weight .stitch-oem-scope-list {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin: 28px 0;
}
.stitch-weight .stitch-qc-report-list li,
.stitch-weight .stitch-oem-scope-list li {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  margin: 0;
  border: 0 !important;
  border-top: 0 !important;
}
.stitch-weight .stitch-qc-report-list li:first-child,
.stitch-weight .stitch-oem-scope-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.stitch-weight .stitch-qc-report-list li::before,
.stitch-weight .stitch-oem-scope-list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 2px;
  background: var(--brand-bronze);
}
.stitch-weight .stitch-qc-report-list li strong,
.stitch-weight .stitch-oem-scope-list li strong {
  display: block;
  margin: 0;
}
.stitch-weight .stitch-qc-report-list li span,
.stitch-weight .stitch-oem-scope-list li span {
  display: block;
}

.stitch-weight .stitch-qc-report-grid,
.stitch-weight .stitch-oem-scope-grid {
  align-items: start;
}
.stitch-weight .stitch-qc-report-grid {
  align-items: stretch;
}
@media (min-width: 960px) {
  .stitch-weight .stitch-qc-report-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }
}

.stitch-weight .stitch-qc-report-copy > .stitch-section-eyebrow,
.stitch-weight .stitch-oem-scope-copy > .stitch-section-eyebrow {
  display: block;
  margin: 0 0 12px;
}

.stitch-weight .stitch-qc-report-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0 !important;
  border-radius: var(--radius);
  background: var(--primary);
  min-height: 0;
  height: 100%;
  align-self: stretch;
}
.stitch-weight .stitch-qc-report-media img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  border: 0 !important;
  border-radius: var(--radius);
  opacity: 1;
}
@media (max-width: 959px) {
  .stitch-weight .stitch-qc-report-media {
    min-height: clamp(280px, 58vw, 420px);
    height: auto;
  }
}

.stitch-weight .stitch-oem-scope-tier {
  padding: 22px 20px;
  border: 1px solid rgb(17 26 36 / 12%) !important;
  border-radius: var(--radius);
  background: var(--surface) !important;
}
.stitch-weight .stitch-oem-scope-tier.is-featured {
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #fff;
}
.stitch-weight .stitch-oem-scope-tier.is-featured h3 { color: #fff; }
.stitch-weight .stitch-oem-scope-tier.is-featured p { color: rgb(255 255 255 / 70%); }
.stitch-weight .stitch-oem-scope-tier::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 12px;
  background: var(--brand-bronze);
}
.stitch-weight .stitch-oem-scope-tier.is-featured::before {
  background: var(--brand-bronze);
}

.stitch-weight .stitch-policy-card {
  padding: 0 0 clamp(28px, 4vw, 40px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.stitch-weight .stitch-policy-card.is-featured {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}
.stitch-weight .stitch-policy-card.is-featured h2,
.stitch-weight .stitch-policy-card.is-featured p,
.stitch-weight .stitch-policy-card.is-featured a {
  color: inherit !important;
}
.stitch-weight .stitch-policy-card.is-featured h2 {
  color: var(--ink, #0c1117) !important;
}
.stitch-weight .stitch-policy-card.is-featured p,
.stitch-weight .stitch-policy-card.is-featured li {
  color: var(--ink, #0c1117) !important;
}
.stitch-weight .stitch-policy-card.is-featured a {
  color: var(--brand-bronze, #8f5f42) !important;
}
.stitch-weight .stitch-policy-card h2 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.stitch-weight .stitch-article-index > li {
  border-top: 1px solid rgb(17 26 36 / 12%);
  padding: 0;
}
.stitch-weight .stitch-article-index > li:first-child {
  border-top: 1px solid rgb(17 26 36 / 18%);
}
.stitch-weight .stitch-download-list > li {
  padding: 22px 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgb(17 26 36 / 12%) !important;
}
.stitch-weight .stitch-download-list > li:first-child {
  border-top: 0 !important;
}
.stitch-weight .stitch-download-head h2 {
  font-size: var(--text-title) !important;
  font-weight: 700;
  letter-spacing: var(--tracking-title, -0.03em);
  line-height: 1.2;
}
.stitch-weight .stitch-download-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.stitch-weight .stitch-article-index-link {
  padding-block: 22px;
}
.stitch-weight .stitch-article-index-link strong {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.stitch-weight .stitch-article-thumb {
  border-radius: var(--radius);
}

.stitch-weight .stitch-res-rail-grid {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
}
@media (min-width: 768px) {
  .stitch-weight .stitch-res-rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.stitch-weight .stitch-res-rail-card {
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
.stitch-weight .stitch-res-rail-card:first-child {
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.stitch-weight .stitch-res-rail-card strong {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.stitch-weight .stitch-res-rail-card span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
.stitch-weight .stitch-res-rail-card:first-child span {
  color: var(--muted);
}

.stitch-weight .stitch-catalog-head {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(17 26 36 / 12%);
}
.stitch-weight .stitch-catalog-nav {
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  background: var(--surface-low);
  border-bottom: 0;
}
.stitch-weight .stitch-catalog-nav-item {
  min-height: 48px;
  padding: 12px 22px !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  background: transparent !important;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--muted);
}
.stitch-weight .stitch-catalog-nav-item:hover {
  background: var(--surface) !important;
  border-color: rgb(17 26 36 / 10%) !important;
  color: var(--ink) !important;
}
.stitch-weight .stitch-catalog-nav-item.is-active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

@media (min-width: 900px) {
  .stitch-weight :is(
    .stitch-about-work-rail,
    .stitch-qc-flow,
    .stitch-oem-rail
  ) {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 32px;
  }
}

/* Kill DDP / weight hero fades */
.stitch-weight .stitch-ddp-hero-fade,
.stitch-weight .stitch-products-hero-fade,
.stitch-weight .stitch-about-hero-fade,
.stitch-weight .stitch-oem-hero-fade,
.stitch-weight .stitch-qc-hero-fade,
.stitch-weight .stitch-contact-hero-fade,
.stitch-weight .stitch-res-hero-fade {
  display: none !important;
  background: none !important;
}
