/* Delegora group — carte encadree centree + titre serif sur fond neutre. Distinct de la flotte. */
:root { --soft: #eef1f4; --ink: #232a33; --line: #d3d9e0; }
body.bg-soft { background-color: var(--soft); color: var(--ink); }
.group-card {
  max-width: 560px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: .75rem;
  box-shadow: 0 1px 3px rgba(20, 30, 50, .05);
}
.group-brand { letter-spacing: .16em; text-transform: uppercase; font-size: .95rem; color: #6b7684; }
.group-title { font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 1.5rem; line-height: 1.28; }
.legal-narrow { max-width: 800px; }
