.cit-section {
    padding: 5rem 0 4rem;
    border-top: 1px solid rgba(201, 168, 76, 0.18);
  }
  .cit-eyebrow {
    font-family: "Cinzel", serif;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 0.75rem;
  }
  .cit-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #f8f5f0;
    margin-bottom: 1rem;
  }
  .cit-lead {
    color: rgba(248, 245, 240, 0.6);
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.75;
  }
  .cit-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 0.5rem;
    padding: 2.25rem 1.75rem;
    height: 100%;
    transition:
      border-color 0.25s,
      background 0.25s;
  }
  .cit-card:hover {
    border-color: rgba(201, 168, 76, 0.45);
    background: rgba(0, 0, 0, 0.5);
  }
  .cit-card--gold {
    border-color: rgba(201, 168, 76, 0.35);
  }
  .cit-card__icon {
    font-size: 1.75rem;
    color: #c9a84c;
    margin-bottom: 1.1rem;
    display: block;
  }
  .cit-card__title {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f8f5f0;
    margin-bottom: 0.65rem;
  }
  .cit-card__body {
    color: rgba(248, 245, 240, 0.65);
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0;
  }
  .cit-btn {
    display: inline-block;
    padding: 0.65rem 2rem;
    border: 1px solid #c9a84c;
    border-radius: 0.3rem;
    color: #c9a84c;
    font-family: "Cinzel", serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
      background 0.2s,
      color 0.2s;
  }
  .cit-btn:hover {
    background: #c9a84c;
    color: #1a1a1a;
  }