/* ============================================================
   RESPONSABLE — "Juego responsable".
   Anatomy unlike siblings: the sober register. A quiet "aviso" —
   a hanging § notice-mark beside two restrained paragraphs, the
   key caveat set in italic. Muted ink, minimal ember. The CTA
   points to limit-setting, not to betting. No 18+ badge (banned).
   ============================================================ */

.responsable {
  border-top: 1px solid var(--rule);
  padding-block: var(--rhythm);
}
.responsable__head { max-width: 44ch; }
.responsable__head h2 { margin-top: 1rem; }

.aviso {
  margin-top: clamp(30px, 3.8vw, 52px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: start;
  max-width: 80ch;
  padding-top: clamp(1.2rem, 2.4vw, 1.8rem);
  border-top: 1px solid var(--rule);
}
.aviso__mark {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 0.7;
  color: var(--ember-line);
  user-select: none;
}
.aviso__text > p {
  margin: 0;
  max-width: 64ch;
  color: var(--ink-soft);
  line-height: 1.6;
}
.aviso__text > p + p { margin-top: 1.2rem; }
.aviso__text em { color: var(--ink); font-style: italic; }

.responsable .ticket { margin-top: 1.9rem; }

/* ===== mobile ===== */
@media (max-width: 880px) {
  .responsable__head { max-width: none; }
  .aviso { max-width: none; }
}
@media (max-width: 520px) {
  .aviso { grid-template-columns: 1fr; gap: 0.5rem; }
  .aviso__mark { font-size: 3rem; }
  .responsable .ticket { width: 100%; justify-content: center; }
}
