/* DAONSNC homepage 2026 — section */
.section {
  padding: 96px 0;
  position: relative;
}

.section.alt {
  background: var(--bg-subtle);
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}

.sec-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 18px;
}

.sec-eyebrow::before {
  content: "";
  flex: 0 0 12px;
  height: 1px;
  background: var(--ink-4);
}

.sec-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  color: var(--ink-1);
  margin: 0 0 16px;
  max-width: 760px;
  text-wrap: balance;
}

.sec-lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-3);
  max-width: 600px;
  word-break: keep-all;
}

@media (max-width: 720px) {
  .section {
    padding: 64px 0;
  }
}
