.dps-shell,
.dps-shell * {
  box-sizing: border-box;
}

.dps-shell {
  max-width: var(--dps-max);
  margin: 0 auto;
  padding: var(--dps-space-7) var(--dps-space-5);
  font-family: var(--dps-font);
  color: var(--dps-text);
}

.dps-shell a {
  color: inherit;
  text-decoration: none;
}

.dps-shell h1,
.dps-shell h2,
.dps-shell h3,
.dps-shell h4 {
  margin: 0 0 var(--dps-space-4);
  color: var(--dps-text);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.dps-shell p,
.dps-shell li {
  color: var(--dps-text-soft);
  line-height: 1.65;
}

.dps-display {
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1;
  margin-bottom: var(--dps-space-5);
}

.dps-lead {
  font-size: 1.05rem;
  max-width: 64ch;
  margin-bottom: var(--dps-space-6);
}

.dps-eyebrow,
.dps-side-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--dps-accent-strong);
  margin-bottom: var(--dps-space-4);
}

.dps-stack > * + * {
  margin-top: var(--dps-space-3);
}

.dps-admin-wrap .dps-shell {
  max-width: none;
  padding: 0;
}

@media (max-width: 782px) {
  .dps-shell {
    padding: var(--dps-space-5) var(--dps-space-4);
  }

  .dps-lead {
    font-size: 1rem;
  }
}
