.selected-hero-copy .actions {
  align-items: center;
}

/* Stage C conversion hierarchy: the written project route is primary. */
.selected-hero-copy .actions .button.secondary[href^="mailto:"] {
  order: -1;
  color: #0d0c0a;
  border-color: transparent;
  background: linear-gradient(135deg, #e7cf93, #b98e3d);
  box-shadow: 0 14px 36px rgba(199, 163, 90, 0.17);
}

/* Selected work remains prominent proof, but no longer competes as the conversion action. */
.selected-hero-copy .actions .button.primary[href="#work"] {
  color: var(--ss-ivory, #f3eee5);
  border: 1px solid rgba(224, 200, 137, 0.3);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.selected-hero-copy .actions .button.primary[href="#work"]:hover {
  border-color: rgba(224, 200, 137, 0.62);
}
