/* ── LAYOUT — Section wrapper and shared utilities ── */

section {
  position: relative;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section-tag::before {
  content: "—";
  margin-right: 0.6rem;
  opacity: 0.6;
}
