.support-section {
  padding-block: 52px;
  border-block: 1px solid var(--line);
}

.support-grid {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 4.5vw, 64px);
}

.support-caption {
  margin-top: 10px;
  color: #aba3b7;
  font-size: .75rem;
  letter-spacing: .09em;
}

.support-connection {
  display: block;
  width: 176px;
  height: 80px;
}

.support-origin {
  fill: var(--paper);
  stroke: #776486;
  stroke-width: 1.5px;
}

.support-halo {
  fill: rgb(185 160 255 / .04);
  stroke: rgb(185 160 255 / .16);
}

.support-signal {
  fill: #c9b6e5;
  filter: drop-shadow(0 0 6px rgb(185 160 255 / .3));
}

.support-copy { min-width: 0; }

.support-copy h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.875rem);
  line-height: 1.16;
  letter-spacing: -.045em;
  text-wrap: initial;
}

.support-copy h2 span {
  color: #c5b4e3;
  white-space: nowrap;
}

.support-description {
  max-width: 530px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  .support-grid {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px 40px;
  }

  .support-connection { width: 150px; height: auto; }
}

@media (max-width: 760px) {
  .support-section { padding-block: 36px; }
  .support-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .support-connection { width: 100px; height: 46px; margin: 0; }
  .support-copy { margin-top: 20px; }
  .support-copy h2 { font-size: clamp(1.75rem, 5.6vw, 2.375rem); }
  .support-description { max-width: 500px; margin-top: 16px; font-size: .9375rem; }
}

@media print {
  .support-section { padding-block: 30px; break-inside: avoid; }
  .support-caption, .support-copy h2 span { color: var(--ink); }
  .support-connection { display: none; }
}
