.arq-max-wide {
  max-width: var(--wp--style--global--wide-size);
}

.arq-max-content {
  max-width: var(--wp--style--global--content-size);
}

/* ==========================================================================
   Coffee Home Brewing — utilities
   ========================================================================== */

/* Hero trust row: measurement culture, so the figures are set in mono. */
.ch-hero__trust {
  border-top: 1px solid var(--ch-rule);
  display: flex;
  flex-wrap: wrap;
  gap: var(--ch-s5);
  margin-top: var(--ch-s6);
  padding-top: var(--ch-s5);
}

.ch-hero__trust > .wp-block-group {
  display: grid;
  gap: 0.2rem;
}

.ch-hero__trust .ch-stat {
  font-family: var(--ch-mono);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
}

.ch-hero__trust .ch-label {
  margin: 0;
}

@media (max-width: 520px) {
  .ch-hero__trust {
    gap: var(--ch-s4);
  }
}

/* --------------------------------------------------------------------------
   Arq Contact form, restyled to the design system. The plugin owns the
   markup; we only skin it.
   -------------------------------------------------------------------------- */
.arq-contact-form {
  display: grid;
  gap: var(--ch-s4);
  margin-block: var(--ch-s6);
  max-width: 34rem;
}

.arq-contact-form label {
  color: var(--ch-muted);
  display: block;
  font-family: var(--ch-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.arq-contact-form .arq-contact-field {
  display: block;
}

.arq-contact-form input[type="checkbox"] {
  height: auto;
  margin-right: 0.5rem;
  width: auto;
}

.arq-contact-form button,
.arq-contact-form input[type="submit"] {
  background: var(--ch-ink);
  border: 0;
  border-radius: var(--ch-r-sm);
  color: #fff;
  cursor: pointer;
  font-family: var(--ch-display);
  font-size: 0.98rem;
  font-weight: 700;
  justify-self: start;
  padding: 0.9rem 1.4rem;
  width: auto;
}

.arq-contact-form button:hover,
.arq-contact-form input[type="submit"]:hover {
  background: #000;
}

.arq-contact-notice,
.arq-contact-message {
  background: var(--ch-verde-wash);
  border-left: 3px solid var(--ch-verde-2);
  color: var(--ch-verde);
  font-family: var(--ch-mono);
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0.8rem 1rem;
}

.arq-contact-error,
.arq-contact-form .error {
  color: var(--ch-cherry-dk);
  font-family: var(--ch-mono);
  font-size: 0.74rem;
}
