/** Shared editorial rhythm for the lower homepage; native Bricks content remains editable. */
.home :is(.home-proof, .home-process, .home-insights) {
  padding-block: clamp(56px, 6vw, 96px);
}

.home :is(.home-proof, .home-process, .home-insights) > .brxe-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1.5rem, 3.5vw, 4.5rem);
  margin-inline: 0;
}

/* Continue the homepage's edge-to-edge composition through the contact panel. */
.home .pre-footer .pre-footer__inner {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1.5rem, 3.5vw, 4.5rem);
  margin-inline: 0;
}
.home .pre-footer .pre-footer__actions > .button { max-width: none; }

.home :is(.home-proof, .home-process, .home-insights) h2 {
  font-size: clamp(28px, 2.85vw, 40px);
  line-height: 1.12;
  letter-spacing: -.035em;
  margin: 0;
  max-width: 26ch;
}

.home .home-proof .client-showcase,
.home .home-proof #brxe-wx3jc9 {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 0 clamp(32px, 6vw, 96px);
  width: 100%;
}

.home-proof #brxe-prflft {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.home-proof #brxe-tsh001 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.home-proof #brxe-tscar1 { min-width: 0; width: 100%; padding-bottom: 62px; }
.home-proof #brxe-tscar1 .testimonial-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.home-proof .testimonial-card__quote {
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.015em;
}
.home-proof .testimonial-card__quote p { margin: 0; }
.home-proof .testimonial-card__attribution {
  font-size: 14px;
  margin-top: 24px;
  text-align: left;
  align-self: flex-start;
}
.home-proof #brxe-tscar1 .splide__pagination { display: none; }
.home-proof #brxe-tscar1 .splide__arrows {
  position: absolute;
  inset: auto auto 0 0;
  display: flex;
  gap: 10px;
}
.home-proof #brxe-tscar1 .splide__arrows:not(.custom) { display: none; }
.home-proof #brxe-tscar1 .splide__arrow {
  position: relative;
  inset: auto;
  transform: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .25);
  color: white;
}
.home-proof #brxe-tscar1 .splide__arrow svg { display: none; }
.home-proof #brxe-tscar1 .splide__arrow::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url('../icons/phosphor/caret-right.svg') center / contain no-repeat;
}
.home-proof #brxe-tscar1 .splide__arrow--prev::after { transform: rotate(180deg); }
.home-proof #brxe-tscar1 .splide__arrow:hover { color: var(--color-accent); border-color: currentColor; }

/* Process: one paired introduction, then three equally weighted steps. */
.home-process #brxe-wifvzg {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  column-gap: clamp(32px, 7vw, 104px);
  row-gap: clamp(36px, 4vw, 56px);
  width: 100%;
}
.home-process #brxe-7yk7uj {
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
  margin: 0;
  max-width: none;
}
.home-process #brxe-xndy68 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.home-process #brxe-xndy68 > div {
  padding: 32px clamp(20px, 3vw, 44px);
  border-left: 1px solid rgba(255, 255, 255, .16);
  background: transparent;
  border-radius: 0;
  gap: 18px;
}
.home-process #brxe-xndy68 > div:first-child { padding-left: 0; border-left: 0; }
.home-process #brxe-xndy68 > div:last-child { padding-right: 0; }
.home-process #brxe-xndy68 h3 { font-size: 24px; line-height: 1.2; margin: 0; }
.home-process #brxe-xndy68 p { font-size: 17px; line-height: 1.6; margin: 0; }
.home-process #brxe-xndy68 .brxe-icon { font-size: 22px; }

/* Insights: editorial feature row, not a box within a box. */
.home-insights #brxe-cs2wkh {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  gap: 36px;
}
.home-insights #brxe-eqliqz { grid-column: 2; grid-row: 1; align-self: end; font-size: 16px; }
.home-insights #brxe-u1vnx8 { grid-column: 1 / -1; display: block; width: 100%; }
@media (max-width: 767px) {
  .home .home-proof #brxe-wx3jc9,
  .home-process #brxe-wifvzg,
  .home-insights #brxe-cs2wkh { grid-template-columns: minmax(0, 1fr); }
  .home-proof #brxe-prflft { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 20px; }
  .home-proof #brxe-tsh001 { margin-bottom: 24px; }
  .home-process #brxe-wifvzg { row-gap: 24px; }
  .home-process #brxe-xndy68 { grid-template-columns: minmax(0, 1fr); margin-top: 12px; }
  .home-process #brxe-xndy68 > div { padding: 26px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .home-insights #brxe-eqliqz { grid-column: 1; grid-row: 3; justify-self: start; }
}
