:root {
  --site-canvas: #fffdf9;
}

html,
body,
.hero,
.page-hero,
.trust-strip,
.section,
.section.white {
  background: var(--site-canvas);
}

.site-header {
  background: rgba(255, 253, 249, 0.96);
}

.trust-grid {
  min-height: 172px;
}

.trust-item,
.trust-item:first-child {
  min-height: 172px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 26px 22px;
  text-align: center;
}

.trust-item .trust-icon {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--signal);
  font-family: var(--mono);
  font-size: clamp(2.75rem, 4vw, 4.25rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-align: center;
}

.trust-item strong {
  font-size: 16px;
}

.trust-item span:not(.trust-icon) {
  max-width: 190px;
  margin-inline: auto;
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 48px, 1180px);
  }

  .trust-grid,
  .trust-item,
  .trust-item:first-child {
    min-height: 148px;
  }

  .trust-item .trust-icon {
    font-size: 3rem;
  }
}

@media (max-width: 420px) {
  .shell {
    width: min(100% - 42px, 1180px);
  }
}
