/* Commercial capability composition built on the neutral site-content API. */
.commercial-detail {
  background: var(--surface-0);
  color: var(--ink-700);
}

.commercial-detail__container {
  min-width: 0;
}

.commercial-detail a:not(.btn):focus-visible,
.commercial-detail button:not(.btn):focus-visible {
  outline: 3px solid var(--signal-ring);
  outline-offset: 3px;
}

.commercial-hero__layout {
  align-items: center;
  gap: clamp(var(--space-10), 6vw, var(--space-20));
}

.commercial-hero__copy {
  max-width: 47.5rem;
}

.commercial-hero__lead {
  max-width: 44rem;
}

.commercial-hero__takeaway {
  max-width: 44rem;
  margin: 0;
  font-weight: 650;
}

.commercial-hero__visual {
  display: grid;
  min-width: 0;
  padding-inline: var(--space-6);
  border: 1px solid var(--edge);
  border-inline-start: var(--space-1) solid var(--role-mechanics-border);
  border-radius: var(--r-lg);
  background: var(--surface-1);
}

.commercial-summary-card {
  min-width: 0;
  padding-block: var(--space-5);
  border-top: 1px solid var(--edge);
}

.commercial-summary-card:first-child {
  border-top: 0;
}

.commercial-summary-card--primary {
  padding-inline-start: 0;
}

.commercial-summary-card span {
  display: block;
  color: var(--role-mechanics-text);
  font-family: var(--font-family-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.commercial-summary-card strong {
  display: block;
  margin-top: var(--space-2);
  color: var(--ink-900);
  font-family: var(--font-family-heading);
  line-height: 1.4;
}

.commercial-section {
  border-top: 1px solid var(--edge);
}

.commercial-section--intro {
  background: var(--surface-1);
}

.commercial-section__layout {
  display: grid;
  min-width: 0;
  gap: var(--space-8);
}

.commercial-section__heading {
  margin-bottom: 0;
}

.commercial-section__heading--wide {
  margin-bottom: var(--space-8);
}

.commercial-section__body > :first-child {
  margin-top: 0;
}

.commercial-section__body > :last-child {
  margin-bottom: 0;
}

.commercial-section__body p {
  color: var(--ink-700);
  line-height: 1.75;
}

.commercial-process {
  max-width: 62rem;
}

.commercial-process .site-process__item::before {
  color: var(--role-mechanics-text);
}

.commercial-detail .page-related-links {
  background: var(--surface-0);
}

.commercial-detail .site-related__heading {
  margin-top: var(--space-3);
}

@media (min-width: 900px) {
  .commercial-hero__layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(17.5rem, 0.55fr);
  }

  .commercial-section__layout {
    grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
    gap: clamp(var(--space-10), 7vw, var(--space-24));
  }
}

@media (max-width: 520px) {
  .commercial-hero__visual {
    padding-inline: var(--space-5);
  }

  .commercial-hero__actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-color-scheme: dark) {
  .commercial-hero__visual {
    box-shadow: none;
  }
}
