/* Homepage industrial weight — match stitch inner-page language */

.home-weight .eyebrow,
.home-weight .about-split-kicker,
.home-weight .paths-eyebrow,
.home-weight .products-eyebrow,
.home-weight .section-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-bronze);
}

.home-weight .hero-kicker {
  display: block;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 78%);
}

.home-weight .hero-inner {
  max-width: min(56rem, 92vw);
  margin-inline: auto;
  text-align: center;
}
.home-weight .hero h1,
.home-weight .hero-inner h1 {
  font-size: clamp(2.35rem, 5.2vw, 3.85rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08 !important;
  margin: 0 auto 16px !important;
  max-width: 18ch !important;
}
.home-weight .hero-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem) !important;
  line-height: 1.6 !important;
  max-width: 42rem;
  margin: 0 auto 28px;
  color: rgb(255 255 255 / 88%);
  font-weight: 500;
}
.home-weight .hero-actions {
  justify-content: center;
  margin-bottom: 8px;
}
.home-weight .hero-overlay {
  background: linear-gradient(
    180deg,
    rgb(11 18 25 / 55%) 0%,
    rgb(11 18 25 / 42%) 45%,
    rgb(11 18 25 / 58%) 100%
  ) !important;
}

.home-weight .paths {
  background: var(--surface-low);
  padding-block: var(--section-gap);
}
.home-weight .paths-head h2,
.home-weight .about-split-head h2,
.home-weight .process-head h2,
.home-weight .products-head h2,
.home-weight .global-reach-head h2,
.home-weight .home-why-head h2,
.home-weight .section-head h2,
.home-weight .oem-intro h2,
.home-weight .logistics-head h2,
.home-weight .consult-grid h2,
.home-weight .cta-band h2,
.home-weight .faq-title {
  font-size: var(--text-title);
  font-weight: 700;
  letter-spacing: var(--tracking-title, -0.03em);
  line-height: 1.2;
  margin: 0 0 10px;
}
.home-weight .paths-grid {
  gap: 12px;
}
.home-weight .path-card {
  border-radius: var(--radius);
  overflow: hidden;
}
.home-weight .path-card:last-child .path-card-overlay {
  background: linear-gradient(180deg, transparent 20%, rgb(11 18 25 / 92%) 100%);
}
.home-weight .path-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 72%);
}
.home-weight .path-card-body h3 {
  font-size: var(--text-lg, 1.125rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

/* About: editorial dossier — image as mass, metrics as full-width rail */
.home-weight .about-split {
  --about-text: var(--muted);
  --about-muted: var(--muted);
  min-height: 0 !important;
  padding-block: var(--section-gap) !important;
  background: var(--surface) !important;
  color: var(--ink);
  display: block;
  align-items: stretch;
}
.home-weight .about-split::before,
.home-weight .about-split::after {
  content: none !important;
  display: none !important;
}
.home-weight .about-split-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas: "visual content";
  align-items: center;
  gap: clamp(28px, 4vw, 40px) clamp(36px, 5vw, 72px) !important;
}
.home-weight .about-split-visual {
  grid-area: visual;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  height: auto;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none !important;
}
.home-weight .about-split-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  opacity: 1;
  background: var(--surface-low);
}
.home-weight .about-split-cap {
  position: static;
  left: auto;
  bottom: auto;
  z-index: auto;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border-radius: 0;
}
.home-weight .about-split-content {
  grid-area: content;
  position: relative;
  isolation: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--ink);
}
.home-weight .about-split-content::before {
  content: none;
  display: none;
}
.home-weight .about-split-head {
  display: grid;
  gap: 16px;
  max-width: 34rem;
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
.home-weight .about-split-kicker {
  display: none;
}
.home-weight .about-split-head h2 {
  color: var(--primary) !important;
  font-size: var(--text-title);
  letter-spacing: var(--tracking-title, -0.03em);
  line-height: 1.2;
  max-width: 16ch;
  margin: 0 0 10px;
}
.home-weight .about-split-head p {
  color: var(--muted) !important;
  max-width: 40ch;
  margin: 0;
  font-size: var(--text-sm);
  line-height: var(--lh-body);
}
.home-weight .about-split-actions {
  margin-top: 4px;
  padding-left: 0;
}
.home-weight .about-split-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgb(17 26 36 / 12%);
  max-width: 34rem;
}
.home-weight .about-split-facts li {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 0;
  border: 0;
}
.home-weight .about-split-facts li + li {
  padding-left: 0;
  border-left: 0;
}
.home-weight .about-split-facts li:nth-child(even) {
  padding-right: 0;
}
.home-weight .about-split-facts li::before {
  content: none;
  display: none;
}
.home-weight .about-split-facts strong {
  display: block;
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}
.home-weight .about-split-facts li.is-accent strong {
  color: var(--brand-bronze);
}
.home-weight .about-split-facts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

@media (min-width: 900px) {
  .home-weight .about-split-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) !important;
  }
  .home-weight .about-split-visual img {
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: 560px;
  }
}

@media (max-width: 899px) {
  .home-weight .about-split-panel {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "visual"
      "content";
    gap: 24px !important;
  }
  .home-weight .about-split-visual img {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
  .home-weight .about-split-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}

.home-weight .process {
  background: var(--surface);
  padding-block: var(--section-gap);
}
.home-weight .process#chain {
  padding-top: clamp(20px, 2.5vw, 28px);
  padding-bottom: var(--section-gap);
}
.home-weight .process-head {
  margin-bottom: 28px;
}
.home-weight .process-icon {
  display: none !important;
}
.home-weight .process-body::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 12px;
  background: var(--brand-bronze);
}
.home-weight .process-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.home-weight .process-card {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.home-weight .process-media {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--primary);
}
.home-weight .process-media img {
  opacity: 0.94;
}
.home-weight .process-body {
  padding: 16px 0 0;
}

.home-weight .products {
  background: var(--surface-low);
  padding-block: var(--section-gap);
}
.home-weight .products-head {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}

.home-weight .global-reach {
  padding-block: var(--section-gap);
}

/* Why / buy differentiator grids above Global Reach */
.home-weight .home-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 104px);
  background: var(--surface-low);
}
.home-weight .home-why-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgb(247 249 251 / 92%) 0%,
      rgb(247 249 251 / 86%) 42%,
      rgb(247 249 251 / 94%) 100%
    ),
    url("../images/about-factory-manufacturing-gpt-image-2.webp") center / cover no-repeat;
}
.home-weight .home-why > .wrap {
  position: relative;
  z-index: 1;
}
.home-weight .home-why-buy {
  background: var(--surface-low);
  padding-bottom: clamp(48px, 6vw, 72px);
}
.home-weight .home-why-buy .home-why-bg {
  display: none;
}
.home-weight .home-why + .home-why {
  padding-top: clamp(48px, 6vw, 72px);
}
.home-weight .home-why-head {
  max-width: 46rem;
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}
.home-weight .home-why-eyebrow {
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-bronze);
}
.home-weight .home-why-head h2 {
  margin: 0 0 14px;
  color: var(--primary);
  max-width: 22ch;
  margin-inline: auto;
}
.home-weight .home-why-head h2 span {
  color: var(--brand-bronze);
}
.home-weight .home-why-lead {
  margin: 0 auto;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}
.home-weight .home-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.home-weight .home-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 18px 24px;
  background: var(--surface);
  border: 1px solid rgb(17 26 36 / 10%);
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.home-weight .home-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-bronze);
}
.home-weight .home-why-card:hover {
  border-color: rgb(143 95 66 / 35%);
  transform: translateY(-3px);
}
.home-weight .home-why-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(143 95 66 / 8%);
  border: 1px solid rgb(143 95 66 / 28%);
  color: var(--brand-bronze);
}
.home-weight .home-why-icon svg {
  width: 22px;
  height: 22px;
}
.home-weight .home-why-stat {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--brand-bronze);
  font-variant-numeric: tabular-nums;
}
.home-weight .home-why-stat-suffix {
  font-size: 0.55em;
  font-weight: 700;
  margin-left: 1px;
}
.home-weight .home-why-stat-label {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(17 26 36 / 10%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.3;
}
.home-weight .home-why-card-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--primary);
}
.home-weight .home-why-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}
.home-weight .home-why-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: clamp(32px, 4vw, 44px);
  padding: 28px 0 0;
  border-top: 1px solid rgb(17 26 36 / 12%);
  background: transparent;
  border-radius: 0;
  text-align: center;
}
.home-weight .home-why-cta-text {
  margin: 0;
  max-width: 36ch;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ink);
}
.home-weight .home-why-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}
.home-weight .home-why-cta-phone {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: var(--brand-bronze);
  text-decoration: none;
  border-bottom: 1px solid rgb(143 95 66 / 35%);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.home-weight .home-why-cta-phone:hover {
  color: #735033;
  border-bottom-color: #735033;
}

@media (max-width: 1100px) {
  .home-weight .home-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .home-weight .home-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-weight .home-why-card {
    padding: 22px 14px 20px;
  }
  .home-weight .home-why-cta {
    padding-top: 22px;
    gap: 14px;
  }
  .home-weight .home-why-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .home-weight .home-why-cta-actions .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-weight .home-why-grid {
    grid-template-columns: 1fr;
  }
}

.home-weight .global-reach-watermark {
  color: rgb(15 23 42 / 4%);
  letter-spacing: 0.12em;
}
.home-weight .global-map {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.home-weight .global-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.home-weight .global-markets li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgb(17 26 36 / 12%);
}
.home-weight .global-markets h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-weight .qc {
  background: var(--surface-low) !important;
  padding-block: var(--section-gap);
}
.home-weight .qc-grid {
  gap: 12px;
}
.home-weight .qc-grid article {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  background: var(--surface) !important;
  border: 1px solid rgb(17 26 36 / 10%) !important;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: none !important;
  color: var(--ink);
  transition: none;
}
.home-weight .qc-grid article:hover {
  background: var(--surface) !important;
  border-color: rgb(17 26 36 / 10%) !important;
  color: var(--ink);
}
.home-weight .qc-grid article.is-featured,
.home-weight .qc-grid article:last-child {
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.home-weight .qc-grid article.is-featured:hover,
.home-weight .qc-grid article:last-child:hover {
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.home-weight .qc-grid article img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  margin-bottom: 0;
  object-fit: cover;
  border-radius: 0;
}
.home-weight .qc-grid h4 {
  margin: 0;
  padding: 16px 18px 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  color: inherit;
}
.home-weight .qc-grid h4::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 12px;
  background: var(--brand-bronze);
}
.home-weight .qc-grid p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 14px;
  color: var(--muted);
}
.home-weight .qc-grid article.is-featured h4,
.home-weight .qc-grid article:last-child h4 {
  color: #fff !important;
}
.home-weight .qc-grid article.is-featured p,
.home-weight .qc-grid article:last-child p {
  color: rgb(255 255 255 / 70%) !important;
}

.home-weight .oem {
  padding-block: var(--section-gap);
  background: var(--surface) !important;
}
.home-weight .oem-cards {
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-weight .oem-cards li {
  padding: 22px 20px !important;
  border: 1px solid rgb(17 26 36 / 12%) !important;
  border-radius: var(--radius);
  background: var(--surface-low) !important;
  box-shadow: none !important;
  color: var(--ink);
  transition: none;
  min-width: 0;
}
@media (max-width: 767px) {
  .home-weight .oem-cards {
    gap: 8px !important;
  }
  .home-weight .oem-cards li {
    padding: 14px 12px !important;
  }
  .home-weight .oem-cards li::before {
    width: 20px;
    margin-bottom: 10px;
  }
  .home-weight .oem-cards h4 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }
  .home-weight .oem-cards p {
    font-size: 12.5px;
    line-height: 1.4;
  }
}
.home-weight .oem-cards li:hover {
  background: var(--surface-low) !important;
  border-color: rgb(17 26 36 / 12%) !important;
  color: var(--ink);
}
.home-weight .oem-cards li.is-featured,
.home-weight .oem-cards li:last-child {
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.home-weight .oem-cards li.is-featured:hover,
.home-weight .oem-cards li:last-child:hover {
  background: var(--primary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.home-weight .oem-cards li.is-featured h4,
.home-weight .oem-cards li:last-child h4 {
  color: #fff !important;
}
.home-weight .oem-cards li.is-featured p,
.home-weight .oem-cards li:last-child p {
  color: rgb(255 255 255 / 70%) !important;
}
.home-weight .oem-icon {
  display: none !important;
}
.home-weight .oem-cards li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 14px;
  background: var(--brand-bronze);
}
.home-weight .oem-cards h4 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: inherit;
}

.home-weight .logistics {
  padding-block: var(--section-gap);
  background: transparent !important;
}
.home-weight .logistics-bg {
  display: none !important;
}
.home-weight .logistics-grid article {
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.home-weight .logistics-card-body {
  flex: 1;
  min-height: 300px;
  padding: 28px 26px;
  gap: 0;
}
.home-weight .logistics-grid dl {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 14%);
}
.home-weight .logistics-icon {
  display: none !important;
}
.home-weight .logistics-card-body h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 12px;
  background: var(--brand-bronze);
}
.home-weight .logistics-grid article .logistics-card-body h3::before,
.home-weight .logistics-grid article.is-featured .logistics-card-body h3::before {
  background: var(--brand-bronze);
}

.home-weight .consult {
  background: var(--surface-low);
  padding-block: var(--section-gap);
}
.home-weight .consult-grid figure {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--primary);
}
.home-weight .consult-grid ul {
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(17 26 36 / 12%);
}
.home-weight .consult-grid li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(17 26 36 / 12%);
  font-weight: 600;
}
.home-weight .consult-grid li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--brand-bronze);
}
.home-weight .consult .note {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.home-weight .cta-band-overlay {
  background: rgb(11 18 25 / 72%) !important;
}
.home-weight .cta-band {
  padding-block: clamp(44px, 6vw, 72px);
  color: #fff;
}
.home-weight .cta-band .eyebrow {
  color: rgb(255 255 255 / 72%);
}
.home-weight .cta-band-content > :is(h2, p, .cta-band-note) {
  color: #fff;
}
.home-weight .cta-band-content > p,
.home-weight .cta-band-note,
.home-weight .cta-band .stats span {
  color: rgb(255 255 255 / 78%);
}
.home-weight .cta-band-content > .cta-band-note {
  width: 100%;
  max-width: 40rem;
  text-align: center;
  margin-inline: auto !important;
}
.home-weight .cta-band .stats {
  border-top-color: rgb(255 255 255 / 18%);
}
.home-weight .cta-band .stats strong {
  color: #fff;
}
.home-weight .cta-band .btn-ghost {
  color: #fff;
  border-color: rgb(255 255 255 / 55%);
  background: transparent;
}
.home-weight .cta-band .btn-ghost:hover {
  background: rgb(255 255 255 / 10%);
  border-color: #fff;
  color: #fff;
}
.home-weight .cta-band-content > .cta-band-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}
.home-weight .cta-band-content > .cta-band-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home-weight .cta-band-content > .cta-band-actions {
    gap: 8px;
  }
  .home-weight .cta-band-content > .cta-band-actions .btn {
    min-height: 44px;
    padding: 10px 10px;
    font-size: 10.5px;
    letter-spacing: 0.03em;
  }
}
.home-weight .cta-band-content.wrap {
  text-align: center;
  max-width: var(--wrap);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}
.home-weight .cta-band-content > :is(.eyebrow, h2, p, .cta-band-actions, .cta-band-note) {
  max-width: 40rem;
  margin-inline: auto;
}
.home-weight .cta-band-content > p {
  margin-inline: auto;
  margin-bottom: 24px;
}
.home-weight .cta-band .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 48px;
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  grid-template-columns: none;
}
.home-weight .cta-band .stats li {
  min-width: 7rem;
}
.home-weight .cta-band .stats strong {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  letter-spacing: -0.03em;
}
.home-weight .cta-band .stats span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}

.home-weight .faq {
  padding-block: var(--section-gap);
  background: var(--surface);
}
.home-weight .faq .wrap > .section-eyebrow {
  display: block;
  text-align: left;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: 12px;
}
.home-weight .faq-title {
  text-align: left;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: 32px !important;
}
.home-weight .faq-item {
  border-radius: 0;
}
.home-weight .faq-item summary {
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: none;
}

@media (max-width: 720px) {
  .home-weight .hero-inner {
    max-width: none;
  }
  .home-weight .hero h1,
  .home-weight .hero-inner h1 {
    max-width: none !important;
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
  }
}


